Browse Source

Increase crossbuilding flexibility

bryan 3 years ago
parent
commit
c65205c8e6
1 changed files with 2 additions and 1 deletions
  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