From cd10f414dc63a73e5c563ec6612b56d68f31bbd0 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 18 Feb 2013 15:04:29 +0100 Subject: fix --- remote/tools/base/base.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remote/tools') diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index 95b9de65..14fddcea 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -25,7 +25,8 @@ build() { && echo "[$TOOL] ${BIN_LOCATION} is a symbolic link, copying $(readlink -f ${BIN_LOCATION})" \ && echo $(readlink -f ${BIN_LOCATION}) >> ${FILELIST} else - echo "[$TOOL] ${BIN} not found on the system!" + echo "[$TOOL] ${BIN} not found on the system! Please install it." + exit 1 fi done -- cgit v1.2.3-55-g7522