diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-01-07 17:06:13 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-01-07 17:06:13 +0100 |
commit | 9c4f1f35b24ae293fd0205b0814c5342e97a5f67 (patch) | |
tree | 5cecdcd88dcc38a58df5f8d365f415f54db10a90 /zzz | |
parent | 1f54a8b4ce7e36bd914cf86626cde1d40d1c0c37 (diff) | |
download | runit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.tar.gz runit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.tar.xz runit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.zip |
zzz: -Z doesn't take arguments.
Diffstat (limited to 'zzz')
-rwxr-xr-x | zzz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zzz b/zzz index 7d422a1..6dd903c 100755 --- a/zzz +++ b/zzz @@ -18,7 +18,7 @@ case "$0" in *ZZZ) ZZZ_MODE=hibernate;; esac -while getopts hnSzHRZ: opt; do +while getopts hnSzHRZ opt; do case "$opt" in n) ZZZ_MODE=noop;; S) ZZZ_MODE=standby;; |