mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Avoid using -n switch to ecco
darcs-hash:20070908191554-ac50b-22f205c0da9dde0cbe19154ee6f4f64fed49241a.gz
This commit is contained in:
parent
c2c4b24174
commit
2a3b01a7a0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
function eval -d "Evaluate parameters as a command"
|
function eval -d "Evaluate parameters as a command"
|
||||||
echo -n $argv | .
|
echo $argv | .
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue