mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
7 lines
252 B
Text
7 lines
252 B
Text
|
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"
|
||
|
^
|