Skip to content
Snippets Groups Projects
Commit 78a88056 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

vcsh: Fix stupid syntax error

Thanks to Alessandro Ghedini.
parent c1b6930b
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ which() { ...@@ -260,7 +260,7 @@ which() {
write_gitignore() { write_gitignore() {
# Don't do anything if the user does not want to 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'" info "Not writing gitignore as '\$VCSH_GITIGNORE' is set to 'none'"
exit exit
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment