From: Junio C Hamano Date: Sat, 7 May 2005 19:26:15 +0000 (-0700) Subject: Use backticks in git-merge-one-file-script instead of $(command). X-Git-Tag: v0.99~603^2~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c7d1d4e1b50a60abfec5c5daaeb104bc9838b44c?ds=inline;hp=c7d1d4e1b50a60abfec5c5daaeb104bc9838b44c Use backticks in git-merge-one-file-script instead of $(command). 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 ---