about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-01-07 17:06:13 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-01-07 17:06:13 +0100
commit9c4f1f35b24ae293fd0205b0814c5342e97a5f67 (patch)
tree5cecdcd88dcc38a58df5f8d365f415f54db10a90
parent1f54a8b4ce7e36bd914cf86626cde1d40d1c0c37 (diff)
downloadrunit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.tar.gz
runit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.tar.xz
runit-void-9c4f1f35b24ae293fd0205b0814c5342e97a5f67.zip
zzz: -Z doesn't take arguments.
-rwxr-xr-xzzz2
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;;