git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use $(command) instead of `command`, it's POSIX, clearer and already used.
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
7f4543c
..
12f2877
100755
(executable)
--- 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"