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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jul 2 23:37:13 CEST 2009


Revision: 42039
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42039&view=rev
Author:   fingolfin
Date:     2009-07-02 21:37:13 +0000 (Thu, 02 Jul 2009)

Log Message:
-----------
fixed indention (and trigger a reconfigure in buildbot)

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-07-02 21:16:36 UTC (rev 42038)
+++ scummvm/trunk/configure	2009-07-02 21:37:13 UTC (rev 42039)
@@ -292,7 +292,7 @@
 
 # Show the configure help line for an option
 option_help() {
-        tmpopt=`echo $1 | sed 's/_/-/g'`
+	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