From 1ebf50084b2fdd60883ed6bd84171c02223b1889 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 5 Aug 2010 20:16:01 -0400
Subject: Fix LH_INTERACTIVE switch statement.

---
 scripts/build/chroot_interactive | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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
 
-- 
cgit v1.0