瀏覽代碼

Adjust mfconfig script

Scott Lahteine 3 年之前
父節點
當前提交
33ccf1b931
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig 查看文件

@@ -83,7 +83,7 @@ if [[ $ACTION == "init" ]]; then
83 83
   TEMP=$( mktemp -d ) ; cp -R config $TEMP
84 84
 
85 85
   # Make sure we're not on the 'BASE' branch...
86
-  git checkout master >/dev/null 2>&1 || exit
86
+  git checkout init-repo >/dev/null 2>&1 || exit
87 87
 
88 88
   # Create 'BASE' as a copy of 'init-repo' (README, LICENSE, etc.)
89 89
   git branch -D BASE 2>/dev/null

Loading…
取消
儲存