Skip to content
Snippets Groups Projects
Commit b9663405 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ mmi="default"
bigendian="no"
# OS
targetos=`tolower \` uname -s\` `
targetos=$(tolower $(uname -s))
beos_netserver="no"
os2="no"
wince="no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment