-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interp: Return invalid globs when nullglob is set
Prior to this commit invalid globs were returned as null when nullglob was set, which resulted in test expressions failing: $ shopt -s nullglob; [ -n butter ] && echo bubbles "-n": executable file not found in $PATH After this commit invalid globs are returned verbatim when nullglob is set.
- Loading branch information
1 parent
cbb1e13
commit 77e3842
Showing
3 changed files
with
33 additions
and
16 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
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