mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
sh: Update the suspend example for the change of the job control flag
from -j to -m, many years ago. Due to r215266, this function now actually works.
This commit is contained in:
parent
4a7b1013fb
commit
d79326ecc8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215268
@ -34,6 +34,6 @@
|
||||
|
||||
suspend() {
|
||||
local -
|
||||
set +j
|
||||
set +m
|
||||
kill -TSTP 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user