diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-01 13:06:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-01 13:06:41 +0000 |
commit | b966340546c84dfaf83bbaa1d5f8c8570eb8a2f3 (patch) | |
tree | 08d165d43acd753e2fcf742b67c0d199a8dd1944 | |
parent | ced75d92231d792b30183bd0e23e3126a0cf641a (diff) | |
download | ffmpeg-b966340546c84dfaf83bbaa1d5f8c8570eb8a2f3.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -750,7 +750,7 @@ mmi="default" bigendian="no" # OS -targetos=`tolower \` uname -s\` ` +targetos=$(tolower $(uname -s)) beos_netserver="no" os2="no" wince="no" |