mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
08d42a0507
Fixes #3649
6 lines
240 B
Text
6 lines
240 B
Text
fish: Variables may not be used as commands. In fish, please define a function or use 'eval $test'.
|
|
exec $test
|
|
^
|
|
fish: Variables may not be used as commands. In fish, please define a function or use 'eval "$test"'.
|
|
exec "$test"
|
|
^
|