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

vcsh: $() instead of ``

parent a7ec1feb
Branches
Tags
No related merge requests found
...@@ -397,7 +397,7 @@ write_gitignore() { ...@@ -397,7 +397,7 @@ write_gitignore() {
fatal "could not move '$tempfile' to '$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME'" 53 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 if [ ! "x$VCSH_GITIGNORE" = 'xexact' ] && [ ! "x$VCSH_GITIGNORE" = 'xnone' ] && [ ! "x$VCSH_GITIGNORE" = 'xrecursive' ]; then
fatal "'\$VCSH_GITIGNORE' must equal 'exact', 'none', or 'recursive'" 1 fatal "'\$VCSH_GITIGNORE' must equal 'exact', 'none', or 'recursive'" 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment