From 3dec76f454ed974553d411c63b2bcdf09f888641 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Fri, 10 Feb 2012 16:26:20 +0100 Subject: [PATCH] Formatting --- vcsh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vcsh b/vcsh index 41d5ed0..fef3bc8 100755 --- a/vcsh +++ b/vcsh @@ -225,13 +225,13 @@ if [ "$1" = 'clone' ]; then [ -n "$3" ] && VCSH_REPO_NAME="$3" || VCSH_REPO_NAME=$(basename "$GIT_REMOTE" .git) export VCSH_REPO_NAME export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" -elif [ "$1" = 'delete' ] || - [ "$1" = 'enter' ] || - [ "$1" = 'init' ] || - [ "$1" = 'list-tracked-by' ] || - [ "$1" = 'rename' ] || - [ "$1" = 'run' ] || - [ "$1" = 'setup' ] || +elif [ "$1" = 'delete' ] || + [ "$1" = 'enter' ] || + [ "$1" = 'init' ] || + [ "$1" = 'list-tracked-by' ] || + [ "$1" = 'rename' ] || + [ "$1" = 'run' ] || + [ "$1" = 'setup' ] || [ "$1" = 'write-gitignore' ]; then [ -z $2 ] && fatal "$1: please specify repository to work on" 1 [ "$1" = 'rename' -a -z "$3" ] && fatal "$1: please specify a target name" 1 -- 2.39.2