Use backticks in git-merge-one-file-script instead of $(command).
authorJunio C Hamano <junkio@cox.net>
Sat, 7 May 2005 19:26:15 +0000 (12:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 7 May 2005 19:26:15 +0000 (12:26 -0700)
Thomas Glanzmann says that shell he uses on Solaris cannot grok
$(command) but the script does not use nested $(command) and
works happily just by using backticks instead.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found