mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Is this a typo?
I copied the code, and gave me the following error: Missing end to balance this function definition
This commit is contained in:
parent
f184061c16
commit
c92cda9bec
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ Parentheses and the ``-o`` and ``-a`` operators can be combined to produce more
|
|||
|
||||
if test \( -f /foo -o -f /bar \) -a \( -f /baz -o -f /bat \)
|
||||
echo Success.
|
||||
end.
|
||||
end
|
||||
|
||||
|
||||
Numerical comparisons will simply fail if one of the operands is not a number:
|
||||
|
|
Loading…
Reference in a new issue