mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Reword sentence
This commit is contained in:
parent
bc2eb383d4
commit
90b9dd3627
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ or
|
|||
|
||||
appear to work, because most of the time the string doesn't match and so it passes along the `string-*`, which is then interpreted by the receiving program.
|
||||
|
||||
But it also means that these commands can stop working at any moment once a matching file is encountered (because it has been created or the command is executed in a different working directory), and that bash to need workarounds like
|
||||
But it also means that these commands can stop working at any moment once a matching file is encountered (because it has been created or the command is executed in a different working directory), and to deal with that bash needs workarounds like
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue