mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
uvar migration: improve output on accidental early exit
fish_job_summary shows this as "$sh -c ...". Make it "/bin/sh -c ...".
This commit is contained in:
@@ -62,7 +62,7 @@ set --erase --universal fish_key_bindings"
|
|||||||
if $removing_uvars
|
if $removing_uvars
|
||||||
set -Ue fish_key_bindings $theme_uvars
|
set -Ue fish_key_bindings $theme_uvars
|
||||||
set -l sh (__fish_posix_shell)
|
set -l sh (__fish_posix_shell)
|
||||||
$sh -c "sleep 7 # Please read above notice about universal variables" &
|
eval "$sh -c 'sleep 7 # Please read above notice about universal variables' &"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user