Selaa lähdekoodia

Increase crossbuilding flexibility

bryan 3 vuotta sitten
vanhempi
commit
c65205c8e6
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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