From: Frank Terbeck Date: Sun, 15 Feb 2009 16:56:40 +0000 (+0100) Subject: grml-exec-wrapper: adjust indent to four spaces X-Git-Tag: v1.1.18~6^2~2 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=da7cf59d2543627ba7cca773887ec1c8dbf4f632 grml-exec-wrapper: adjust indent to four spaces The rest of the script uses 4 spaces, so case should, too. --- diff --git a/usr_bin/grml-exec-wrapper b/usr_bin/grml-exec-wrapper index 5466d02..af15d98 100755 --- a/usr_bin/grml-exec-wrapper +++ b/usr_bin/grml-exec-wrapper @@ -41,7 +41,7 @@ PROG="$1" # make sure to support 'grml-exec-wrapper sudo wireshark' as well: case $PROG in - *sudo*) PROG="$2" ;; + *sudo*) PROG="$2" ;; esac if is_installed "$PROG" ; then