[Ffmpeg-cvslog] r8586 - trunk/configure

diego subversion
Sun Apr 1 15:06:41 CEST 2007


Author: diego
Date: Sun Apr  1 15:06:41 2007
New Revision: 8586

Modified:
   trunk/configure

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


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Apr  1 15:06:41 2007
@@ -750,7 +750,7 @@ mmi="default"
 bigendian="no"
 
 # OS
-targetos=`tolower \` uname -s\` `
+targetos=$(tolower $(uname -s))
 beos_netserver="no"
 os2="no"
 wince="no"




More information about the ffmpeg-cvslog mailing list