From: Richard Hartmann Date: Sat, 14 Dec 2013 10:12:17 +0000 (+0100) Subject: vcsh: Formatting X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/7050fcf89dc162d114c22a6d3e93e7cffafa6b06?ds=sidebyside;hp=-c vcsh: Formatting --- 7050fcf89dc162d114c22a6d3e93e7cffafa6b06 diff --git a/vcsh b/vcsh index cb7eada..1635b4f 100755 --- a/vcsh +++ b/vcsh @@ -32,11 +32,11 @@ while getopts "c:dv" flag; do VCSH_DEBUG=1 echo "debug mode on" echo "$SELF $VERSION" - elif [ "$1" = '-v' ];then + elif [ "$1" = '-v' ]; then VCSH_VERBOSE=1 echo "verbose mode on" echo "$SELF $VERSION" - elif [ "$1" = '-c' ];then + elif [ "$1" = '-c' ]; then VCSH_OPTION_CONFIG=$OPTARG fi shift 1