From 78a880561e7cb654e8e344bc74358e178067554a Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 10 Jul 2013 13:04:06 +0200 Subject: [PATCH] vcsh: Fix stupid syntax error Thanks to Alessandro Ghedini. --- vcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcsh b/vcsh index f1f50de..41b0ba6 100755 --- a/vcsh +++ b/vcsh @@ -260,7 +260,7 @@ which() { write_gitignore() { # Don't do anything if the user does not want to write gitignore - if [ "x$VCSH_GITIGNORE" = 'xnone' ] then + if [ "x$VCSH_GITIGNORE" = 'xnone' ]; then info "Not writing gitignore as '\$VCSH_GITIGNORE' is set to 'none'" exit fi -- 2.39.2