OSDN Git Service

Use $(command) instead of `command`, it's POSIX, clearer and already used.
authorDiego Biurrun <diego@biurrun.de>
Sun, 1 Apr 2007 13:06:41 +0000 (13:06 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 1 Apr 2007 13:06:41 +0000 (13:06 +0000)
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 7f4543c..12f2877 100755 (executable)
--- 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"