From: Richard Hartmann Date: Wed, 18 Dec 2013 13:59:51 +0000 (+0100) Subject: Merge branch 'master' of github.com:RichiH/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/cb4f6ed2f6fd5fda0b9627fe6734ee6373b5f5c1?hp=c0ab51a5ffcff6bed20c05476fcd661c0ab3f28b Merge branch 'master' of github.com:RichiH/vcsh --- 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