[Scummvm-cvs-logs] SF.net SVN: scummvm: [30969] scummvm/trunk/configure

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Feb 26 16:17:13 CET 2008


Revision: 30969
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30969&view=rev
Author:   jvprat
Date:     2008-02-26 07:17:13 -0800 (Tue, 26 Feb 2008)

Log Message:
-----------
Patch #1901742: Solaris /bin/sh doesn't like $()

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-02-26 00:29:40 UTC (rev 30968)
+++ scummvm/trunk/configure	2008-02-26 15:17:13 UTC (rev 30969)
@@ -378,7 +378,8 @@
 
 # Show the configure help line for an option
 option_help() {
-	option=`echo "--$(echo $1 | sed 's/_/-/g')                       " | sed "s/\(.\{23\}\).*/\1/"`
+        tmpopt=`echo $1 | sed 's/_/-/g'`
+	option=`echo "--${tmpopt}                       " | sed "s/\(.\{23\}\).*/\1/"`
 	echo "  ${option}  ${2}"
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list