[Pkg-uml-commit] r248 - trunk/src/rootstrap

Mattia Dongili malattia at alioth.debian.org
Sat Nov 11 22:24:54 CET 2006


Author: malattia
Date: 2006-11-11 22:24:54 +0100 (Sat, 11 Nov 2006)
New Revision: 248

Modified:
   trunk/src/rootstrap/builder
Log:
fix indentation (bah...)

Modified: trunk/src/rootstrap/builder
===================================================================
--- trunk/src/rootstrap/builder	2006-11-11 19:05:10 UTC (rev 247)
+++ trunk/src/rootstrap/builder	2006-11-11 21:24:54 UTC (rev 248)
@@ -54,7 +54,7 @@
 
                 if status != 0:
 	            if "debug" in vars and vars["debug"] == "true":
-			    print "Module %s failed with status %d: %s" % \
+			print "Module %s failed with status %d: %s" % \
 					(module,status,os.strerror(status))
 	                debug_exit = os.spawnle(os.P_WAIT, "/bin/sh", "/bin/sh", vars)
 			if debug_exit == 1:




More information about the Pkg-uml-commit mailing list