-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility issues with bash-3.x (#9)
When IFS does not contain ' ', bash-3 does not read CLI arguments as separate words, but passes them as one word instead. Therefore, restrict IFS=':\t\n' to the region where absolutely necessary.
- Loading branch information
1 parent
4ff24b5
commit 18ef7fa
Showing
1 changed file
with
11 additions
and
6 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