[SCM] debian-live branch, master, updated. 1.0_a47-1-26-g4c01d50

Chris Lamb chris at chris-lamb.co.uk
Sun Jun 15 01:02:30 UTC 2008


The following commit has been merged in the master branch:
commit 4c01d50ea6e3f7b569de755732cee01a66d1d787
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Jun 15 01:58:07 2008 +0100

    Fix truncated Echo_breakage messages.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/functions/echo.sh b/functions/echo.sh
index 5c641d2..808cd0e 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -66,5 +66,5 @@ Echo_breakage ()
 			;;
 	esac
 
-	Echo_message ${@}
+	Echo_message "${@}"
 }

-- 
debian-live



More information about the debian-live-changes mailing list