Fix "." function to not shadow scopes, so the tests pass again. Remove eval's use of "." function.
This commit is contained in:
parent
588c520c4a
commit
77b13d02f0
@ -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<&-" | source 3<&0
|
||||||
set -l res $status
|
set -l res $status
|
||||||
|
|
||||||
status --job-control $mode
|
status --job-control $mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user