Commit b9663405 authored by Diego Biurrun's avatar Diego Biurrun

Use $(command) instead of `command`, it's POSIX, clearer and already used.

Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ced75d92
......@@ -750,7 +750,7 @@ mmi="default"
bigendian="no"
# OS
targetos=`tolower \` uname -s\` `
targetos=$(tolower $(uname -s))
beos_netserver="no"
os2="no"
wince="no"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment