From 7050fcf89dc162d114c22a6d3e93e7cffafa6b06 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Sat, 14 Dec 2013 11:12:17 +0100 Subject: [PATCH] vcsh: Formatting --- vcsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2