X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/a7ec1feb5aaa690f1360f8c4f91d670bb3787752..3890283be3a4b41038e40a6389533801e6b0ee6e:/vcsh diff --git a/vcsh b/vcsh index 418f78a..b0bf758 100755 --- a/vcsh +++ b/vcsh @@ -397,7 +397,7 @@ write_gitignore() { fatal "could not move '$tempfile' to '$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME'" 53 } -debug `git version` +debug $(git version) if [ ! "x$VCSH_GITIGNORE" = 'xexact' ] && [ ! "x$VCSH_GITIGNORE" = 'xnone' ] && [ ! "x$VCSH_GITIGNORE" = 'xrecursive' ]; then fatal "'\$VCSH_GITIGNORE' must equal 'exact', 'none', or 'recursive'" 1