summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-01 13:06:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-01 13:06:41 +0000
commitb966340546c84dfaf83bbaa1d5f8c8570eb8a2f3 (patch)
tree08d165d43acd753e2fcf742b67c0d199a8dd1944
parentced75d92231d792b30183bd0e23e3126a0cf641a (diff)
Use $(command) instead of `command`, it's POSIX, clearer and already used.
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"