This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-14 08:58:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3edb7d538f
fish-shell
/
tests
/
jobs.err
4 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
Improve `bg` argument handling - Error out if anything that is not a PID is given - Otherwise background all matching existing jobs, even if not all PIDs exist (but print a message for the non-existing ones) Fixes #3909.
2017-04-02 15:02:55 +00:00
bg: '-23' is not a valid job specifier
bg had also had wrong exit code for some errors Stop printing usage information when error isn't a usage problem. Add simple test for bg and fg
2016-06-18 15:00:40 +00:00
fg: No suitable job: 3
Improve `bg` argument handling - Error out if anything that is not a PID is given - Otherwise background all matching existing jobs, even if not all PIDs exist (but print a message for the non-existing ones) Fixes #3909.
2017-04-02 15:02:55 +00:00
bg: Could not find job '3'
Reference in a new issue
Copy permalink