This website requires JavaScript.
Explore
Help
Sign In
h
/
fish-shell
Watch
1
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2026-07-02 09:11:15 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aebe040fdc8bc336597206d2b5452f9213e8a26d
fish-shell
/
tests
/
while.err
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make while loops evaluate to the last executed command status A while loop now evaluates to the last executed command in the body, or zero if the loop body is empty. This matches POSIX semantics. Add a bunch of tricky tests. See #4982
2019-01-20 16:37:20 -08:00
####################
# Loops exit status handling
Reference in New Issue
Copy Permalink