mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
1680b741b2
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
3 lines
51 B
Text
3 lines
51 B
Text
|
|
####################
|
|
# Loops exit status handling
|