From f2c37f226b0c27c1b5ff8bdd588ca996671e1e15 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Jul 2012 16:05:31 +0200 Subject: Improving error message in lb wrapper to show the command in case of a missing command. --- scripts/build/lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb') diff --git a/scripts/build/lb b/scripts/build/lb index d33ea69dc..714347132 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 -- cgit v1.2.3