mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 17:51:31 +08:00
08d42a0507
Fixes #3649
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
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"
|
|
^
|