Skip to content

Commit 71bba85

Browse files
committed
Use $() rather than backticks to invoke git config.
1 parent 5004ec1 commit 71bba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-icdiff

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
CMD="git difftool --no-prompt --extcmd icdiff $@ | `git config --get core.pager`"
2+
CMD="git difftool --no-prompt --extcmd icdiff $@ | $(git config --get core.pager)"
33
eval $CMD
44

0 commit comments

Comments
 (0)