[SCM] live-build branch, debian-next, updated. debian/3.0_a51-1-1-gf2c37f2

Daniel Baumann daniel at debian.org
Tue Jul 3 14:05:28 UTC 2012


The following commit has been merged in the debian-next branch:
commit f2c37f226b0c27c1b5ff8bdd588ca996671e1e15
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 3 16:05:31 2012 +0200

    Improving error message in lb wrapper to show the command in case of a missing command.

diff --git a/scripts/build/lb b/scripts/build/lb
index d33ea69..7143471 100755
--- a/scripts/build/lb
+++ b/scripts/build/lb
@@ -62,7 +62,7 @@ case "${1}" in
 		then
 			SCRIPT="${COMMAND}"
 		else
-			Echo_error "no such script"
+			Echo_error "no such script: ${COMMAND}"
 			exit 1
 		fi
 

-- 
live-build



More information about the debian-live-changes mailing list