[SCM] debian-live/live-helper branch, master, updated. 1.0_a41-1-2-g6204d9a

Daniel Baumann daniel at debian.org
Wed Mar 26 09:41:31 UTC 2008


The following commit has been merged in the master branch:
commit 6204d9a8ba89cc566ac77f2056b189658092f44e
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 26 10:41:42 2008 +0100

    Applying patch from Bas Wijnen <wijnen at debian.org> to correct error messages in Require_stagefile (Closes: #472774).

diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index 810279b..a098a49 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -62,9 +62,9 @@ Require_stagefile ()
 	then
 		if [ "${NUMBER}" -eq 1 ]
 		then
-			Echo_error "${NAME} missing"
+			Echo_error "${NAME}: ${FILE} missing"
 		else
-			Echo_error "one of ${NAME} is missing"
+			Echo_error "${NAME}: one of ${FILES} is missing"
 		fi
 
 		exit 1

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list