mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-15 17:31:16 -03:00
Repro (with default prompt): $ HOME=$PWD target/debug/fish -C ' function sleep_func; sleep 1; false; end commandline "sleep 2 | sleep 3 | sleep 4 | sleep_func" ' Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish johannes@e15 ~> sleep 2 | sleep 3 | sleep 4 | sleep_func ^Zfish: Job 1, 'sleep 2 | sleep 3 | sleep 4 | s…' has stopped johannes@e15 ~ [0|SIGTSTP|SIGTSTP|1]> I'm not sure why the first sleep is not reported as stopped. Co-authored-by: Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> Fixes issue #12301 Closes #12550
3.3 KiB
3.3 KiB