2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-25 03:05:09 +00:00
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"
^