mirror of https://github.com/apache/maven.git
Add error label to a shell script before exiting.
This commit is contained in:
parent
1bf28219cd
commit
8e2247dc30
|
@ -191,7 +191,7 @@ if $cygwin; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$YJPLIB" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue