ソースを参照

Update netboot.sh

Brent, Yang Bohan 7 年 前
コミット
cbc703fe42
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -108,7 +108,7 @@ while [ $# -gt 0 ]; do
     -arch)
       MACHARCH=$2
       shift
-      ;;
+    ;;
     *)
       echo "Illegal option $1"
       exit 1