From b966340546c84dfaf83bbaa1d5f8c8570eb8a2f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Apr 2007 13:06:41 +0000 Subject: Use $(command) instead of `command`, it's POSIX, clearer and already used. Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7f4543c582..12f2877d20 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" -- cgit v1.2.3