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

This commit is contained in:
Daniel Baumann 2012-07-03 16:05:31 +02:00
parent e448d1e92a
commit f2c37f226b
1 changed files with 1 additions and 1 deletions

View File

@ -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