X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/505846e878ec69d4b2880070dc98d88df339b9a3..7d9eb8c67860581c87961990e257267f028175eb:/vcsh diff --git a/vcsh b/vcsh index 8532a29..029a2b2 100755 --- a/vcsh +++ b/vcsh @@ -400,7 +400,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