X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/c1b6930b5e9ec3e3871ed04150f100b1ff12aa8f..78a880561e7cb654e8e344bc74358e178067554a:/vcsh 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