fish-shell/tests/vars_as_commands.err
2017-04-11 20:00:29 -07:00

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"
^