This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-27 21:33:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1828def866
fish-shell
/
tests
/
test5.err
4 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
Reinstate failglob behaviour for most commands Expand globs to zero arguments (nullglob) only for set, for and count. The warning about failing globs, and setting the accompanying $status, now happens regardless of mode, interactive or not. It is assumed that the above commands are the common cases where nullglob behaviour is desirable. More importantly, doing this with `set` is a real feature enabler, since the resulting empty array can be passed on to any command. The previous behaviour was actually all nullglob (since commit cab115c8b9933ae7db9412c66d452c0ccb2d7152), but this was undocumented; the failglob warning was still printed in interactive mode, and the documentation was bragging about failglob behaviour.
2016-02-08 18:49:26 +00:00
No matches for wildcard '*ee*'.
fish: case *ee*
^
Reference in a new issue
Copy permalink