mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +08:00
7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
|
Variables may not be used as commands. In fish, please define a function or use 'eval $test'.
|
||
|
fish: exec $test
|
||
|
^
|
||
|
Variables may not be used as commands. In fish, please define a function or use 'eval "$test"'.
|
||
|
fish: exec "$test"
|
||
|
^
|