From: Richard Hartmann Date: Sun, 23 Feb 2014 21:20:40 +0000 (+0100) Subject: vcsh: $() instead of `` X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/3890283be3a4b41038e40a6389533801e6b0ee6e?ds=sidebyside vcsh: $() instead of `` --- 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