fix newline character
This commit is contained in:
parent
fe4a585cf3
commit
f9bef06488
2
refine
2
refine
@ -315,7 +315,7 @@ mvn_prepare() {
|
|||||||
if [ -z "$MVN_HOME" ] ; then
|
if [ -z "$MVN_HOME" ] ; then
|
||||||
cd $REFINE_TOOLS_DIR
|
cd $REFINE_TOOLS_DIR
|
||||||
if [ ! -f "$MVN_FILE" ] ; then
|
if [ ! -f "$MVN_FILE" ] ; then
|
||||||
echo "/nCould not find Maven locally, starting download for Maven..."
|
echo "\nCould not find Maven locally, starting download for Maven..."
|
||||||
download $MVN_URL $MVN_FILE
|
download $MVN_URL $MVN_FILE
|
||||||
fi
|
fi
|
||||||
if [ ! -d "$MVN_DIR" ] ; then
|
if [ ! -d "$MVN_DIR" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user