mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +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"
|
|
^
|