Add error label to a shell script before exiting.

This commit is contained in:
Michael Osipov 2014-02-08 16:06:20 +01:00
parent 1bf28219cd
commit 8e2247dc30
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ if $cygwin; then
fi
if [ ! -f "$YJPLIB" ]; then
echo "Unable to autodetect the YJP library location. Please set YJPLIB variable"
echo "Error: Unable to autodetect the YJP library location. Please set YJPLIB variable"
exit 1
fi