git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced75d9
)
Use $(command) instead of `command`, it's POSIX, clearer and already used.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 1 Apr 2007 13:06:41 +0000
(13:06 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 1 Apr 2007 13:06:41 +0000
(13:06 +0000)
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
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"