Replace the eval builtin with a function

darcs-hash:20070422221806-ac50b-28cffc6c3063c14cd8ab30f999e3530314c78af2.gz
This commit is contained in:
axel
2007-04-23 08:18:06 +10:00
parent ee94424b0f
commit 2c02b59703
3 changed files with 6 additions and 29 deletions

View File

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