mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 19:12:59 +08: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
|
@ -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 \)
|
if test \( -f /foo -o -f /bar \) -a \( -f /baz -o -f /bat \)
|
||||||
echo Success.
|
echo Success.
|
||||||
end.
|
end
|
||||||
|
|
||||||
|
|
||||||
Numerical comparisons will simply fail if one of the operands is not a number:
|
Numerical comparisons will simply fail if one of the operands is not a number:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user