summaryrefslogtreecommitdiffstats
path: root/bin/sh/funcs/suspend
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/funcs/suspend')
-rw-r--r--bin/sh/funcs/suspend2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend
index 81bb53d..1749298 100644
--- a/bin/sh/funcs/suspend
+++ b/bin/sh/funcs/suspend
@@ -34,6 +34,6 @@
suspend() {
local -
- set +j
+ set +m
kill -TSTP 0
}
OpenPOWER on IntegriCloud