This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-23 19:49:15 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
da09a915f2
fish-shell
/
tests
/
jobs.err
4 lines
89 B
Plaintext
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 23:02:55 +08: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 23:00:40 +08: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 23:02:55 +08:00
bg: Could not find job '3'
Reference in New Issue
Copy Permalink