[SCM] debian-live branch, master, updated. 1.136.3-1-27-gff41e9d

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 10 06:29:56 UTC 2008


The following commit has been merged in the master branch:
commit ff41e9db4fc3953858fb357be0e5453a970e06f2
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 06:03:54 2008 +0100

    Fix spacing in swirl.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/scripts/live-functions b/scripts/live-functions
index ff3d742..75c4d9e 100644
--- a/scripts/live-functions
+++ b/scripts/live-functions
@@ -103,10 +103,10 @@ lang2locale() {
 # Override panic from scripts/functions
 panic() {
 
-	DEB_1="\033[1;31m .''\`. \033[0m"
+	DEB_1="\033[1;31m .''\`.  \033[0m"
 	DEB_2="\033[1;31m: :'  : \033[0m"
 	DEB_3="\033[1;31m\`. \`'\`  \033[0m"
-	DEB_4="\033[1;31m  \`-   \033[0m"
+	DEB_4="\033[1;31m  \`-    \033[0m"
 
 	LIVELOG="\033[1;37m/live.log\033[0m"
 	DEBUG="\033[1;37mdebug\033[0m"

-- 
debian-live



More information about the debian-live-changes mailing list