Commit 28af5796 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8586 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 371cc639
......@@ -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