mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00: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 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue