[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-40-g8c7a2ed

Chris Lamb lamby at debian.org
Wed Oct 22 19:18:00 UTC 2008


The following commit has been merged in the master branch:
commit 3988b101a1f9a8098b293cb5b596fcfb8eea4052
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Oct 22 20:08:56 2008 +0100

    Add utility to dump specified file to stdout.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/functions/echo.sh b/functions/echo.sh
index c5ec7e5..e9573a8 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -79,3 +79,11 @@ Echo_breakage ()
 
 	Echo_message "${@}"
 }
+
+Echo_file ()
+{
+	while read LINE
+	do
+		echo "${1}: ${LINE}"
+	done < "${1}"
+}

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list