]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / edksetup.sh
index 752e47e7cb569ece6b26371eb57db1d7d6308bb9..06d2f041e635d88369ecbb5801b4a2d4c098dd25 100755 (executable)
@@ -194,12 +194,12 @@ do
       RECONFIG=TRUE
       shift
     ;;
-    -?|-h|--help|*)
+    *)
       HelpMsg
       break
     ;;
   esac
-  I=$(($I - 1))
+  I=$((I - 1))
 done
 
 if [ $I -gt 0 ]