mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03:00
Fix bug in eval function, forgot to turn off new scope creation.
darcs-hash:20070922193055-75c98-ea4a37e3ba1bce4da7d2b65ef464740cc67822e2.gz
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
function eval -d "Evaluate parameters as a command"
|
||||
function eval -S -d "Evaluate parameters as a command"
|
||||
echo $argv | .
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user