fish-shell/tests/vars_as_commands.err

7 lines
252 B
Plaintext
Raw Normal View History

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