[SCM] live-build branch, debian-next, updated. debian/2.0_a21-1-11-g0dd3040

Chris Lamb lamby at debian.org
Fri Aug 6 00:18:11 UTC 2010


The following commit has been merged in the debian-next branch:
commit 0dd30405ed7e49821e29e29bf73505b4817f6258
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 5 20:16:01 2010 -0400

    Fix LH_INTERACTIVE switch statement.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/scripts/build/chroot_interactive b/scripts/build/chroot_interactive
index dc5461d..360557e 100755
--- a/scripts/build/chroot_interactive
+++ b/scripts/build/chroot_interactive
@@ -45,15 +45,15 @@ Create_lockfile .lock
 case "${LH_INTERACTIVE}" in
 	true|shell)
 		Echo_message "Pausing build: starting interactive shell..."
-			Chroot chroot "/bin/bash --login"
+		Chroot chroot "/bin/bash --login"
 		;;
-		x11)
+	x11)
 		Echo_message "Pausing build: starting interactive X11..."
-			Chroot chroot "startx"
+		Chroot chroot "startx"
 		;;
-		xnest)
+	xnest)
 		Echo_message "Pausing build: starting interactive Xnest..."
-			#Chroot chroot "" # FIXME
+		#Chroot chroot "" # FIXME
 		;;
 esac
 

-- 
live-build



More information about the debian-live-changes mailing list