-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug with separator for filenames that contain spaces (#218)
* Fixed bug with separator for filenames that contain spaces * Updated to use printf * Updated entrypoint.sh * Updated internal field separator. * Updated entrypoint.sh * Updated entrypoint.sh * Update test new.txt * Added debug line. * Updated script to support spaces. * Updated script to support spaces. * Updated script to support spaces. * Removed unused non 0 exit * Fixed error with space conversion
- Loading branch information
Showing
3 changed files
with
60 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is a test file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This is a test | ||
This is a test file |