Explorar el Código

Increase crossbuilding flexibility

bryan hace 3 años
padre
commit
c65205c8e6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -253,7 +253,8 @@ parseInput() {
                     ;;
                 --build)
                     BUILD_SWITCH=true
-                    shift && BUILD_TARGET="$1"
+                    BUILD_TARGET="$2"
+                    shift
                     ;;
                 --build-suse)
                     BUILD_SWITCH=true