From da7cf59d2543627ba7cca773887ec1c8dbf4f632 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 15 Feb 2009 17:56:40 +0100 Subject: [PATCH] grml-exec-wrapper: adjust indent to four spaces The rest of the script uses 4 spaces, so case should, too. --- usr_bin/grml-exec-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4