benjobs vor 7 Jahren
Ursprung
Commit
a184a682e2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -113,7 +113,7 @@ if [ `mvn -h 2>&1|grep 'command not found'|wc -l` -ne 0 ]; then
     elif [ ${retval} -eq 0 ]; then
         echo_g "Check network connectivity passed! "
         if [ ! -x "${BUILD_HOME}/${UNPKG_MAVEN_NAME}" ] ; then
-             rm -rf ${BUILD_HOME} && mkdir ${BUILD_HOME}/maven;
+             rm -rf ${BUILD_HOME} && mkdir ${BUILD_HOME}
              echo_y "download maven Starting..."
              wget -P ${BUILD_HOME} $MAVEN_URL && {
                 echo_g "download maven successful!";