mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix bug in eval function, forgot to turn off new scope creation.
darcs-hash:20070922193055-75c98-ea4a37e3ba1bce4da7d2b65ef464740cc67822e2.gz
This commit is contained in:
parent
16e2c4805a
commit
e1afe17671
@ -1,4 +1,4 @@
|
||||
|
||||
function eval -d "Evaluate parameters as a command"
|
||||
function eval -S -d "Evaluate parameters as a command"
|
||||
echo $argv | .
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user