From de2880cc8fdb6cd897bc453310978333bda0ac30 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 26 Apr 2014 10:43:32 +0200 Subject: shutdown.sh: trailing whitespaces. --- shutdown.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'shutdown.sh') diff --git a/shutdown.sh b/shutdown.sh index d5cc4b7..1c29be3 100644 --- a/shutdown.sh +++ b/shutdown.sh @@ -11,15 +11,12 @@ while getopts akrhPHfFnct: opt; do case "$opt" in a|n|H) echo "-$opt is not implemented" >/dev/stderr; exit 1;; t) ;; - f) touch /fastboot;; F) touch /forcefsck;; - k) action=true;; c) action=cancel;; h|P) action=halt;; r) action=reboot;; - [?]) echo "Usage: shutdown [-fF] [-kchPr] time [warning message]" >/dev/stderr; exit 1;; esac done -- cgit 1.4.1