From 5a004878721f0bae7f7fe47b51fc86c6f2e76819 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Tue, 6 Jan 2015 03:10:15 +0000 Subject: fix capitalisation of some output messages Closes: #952875 --- frontend/lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/lb b/frontend/lb index 6a593a65d..2bedb9d12 100755 --- a/frontend/lb +++ b/frontend/lb @@ -50,7 +50,7 @@ case "${1}" in # Checking user account if [ "$(id -u)" -ne "0" ] then - Echo_error "need root privileges" + Echo_error "Root privileges needed!" exit 1 fi fi @@ -80,7 +80,7 @@ case "${1}" in # User has live-build commands in path SCRIPT="${COMMAND}" else - Echo_error "no such script: ${COMMAND}" + Echo_error "No such script: ${COMMAND}" exit 1 fi -- cgit v1.2.3