mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Use double quotes in eval.fish
This commit is contained in:
parent
3bf3c11b0b
commit
887474d607
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function eval -S -d "Evaluate parameters as a command"
|
||||||
status --job-control full
|
status --job-control full
|
||||||
end
|
end
|
||||||
|
|
||||||
echo begin\; $argv \;end eval2_inner \<\&3 3\<\&- | . 3<&0
|
echo "begin; $argv ;end eval2_inner <&3 3<&-" | . 3<&0
|
||||||
set -l res $status
|
set -l res $status
|
||||||
|
|
||||||
status --job-control $mode
|
status --job-control $mode
|
||||||
|
|
Loading…
Reference in a new issue