소스 검색

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…
취소
저장