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-05-16 07:01:14 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4e40f2f4b5d3639b3deea865533ed07d1e5cfc4
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