This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-23 12:28:39 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f1e4dc7ca8
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-21 08:37:20 +08:00
####################
# Loops exit status handling
Reference in New Issue
Copy Permalink