Przeglądaj źródła

Increase crossbuilding flexibility

bryan 3 lat temu
rodzic
commit
c65205c8e6
1 zmienionych plików z 2 dodań i 1 usunięć
  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