Fix bug in eval function, forgot to turn off new scope creation.

darcs-hash:20070922193055-75c98-ea4a37e3ba1bce4da7d2b65ef464740cc67822e2.gz
This commit is contained in:
liljencrantz 2007-09-23 05:30:55 +10:00
parent 16e2c4805a
commit e1afe17671

View file

@ -1,4 +1,4 @@
function eval -d "Evaluate parameters as a command"
function eval -S -d "Evaluate parameters as a command"
echo $argv | .
end