From: Diego Biurrun Date: Sun, 1 Apr 2007 13:06:41 +0000 (+0000) Subject: Use $(command) instead of `command`, it's POSIX, clearer and already used. X-Git-Tag: v0.5~9459 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b966340546c84dfaf83bbaa1d5f8c8570eb8a2f3;p=coroid%2Flibav_saccubus.git Use $(command) instead of `command`, it's POSIX, clearer and already used. Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 7f4543c58..12f2877d2 100755 --- a/configure +++ b/configure @@ -750,7 +750,7 @@ mmi="default" bigendian="no" # OS -targetos=`tolower \` uname -s\` ` +targetos=$(tolower $(uname -s)) beos_netserver="no" os2="no" wince="no"