Browse Source

Adjust mfconfig script

Scott Lahteine 3 years ago
parent
commit
33ccf1b931
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig View File

83
   TEMP=$( mktemp -d ) ; cp -R config $TEMP
83
   TEMP=$( mktemp -d ) ; cp -R config $TEMP
84
 
84
 
85
   # Make sure we're not on the 'BASE' branch...
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
   # Create 'BASE' as a copy of 'init-repo' (README, LICENSE, etc.)
88
   # Create 'BASE' as a copy of 'init-repo' (README, LICENSE, etc.)
89
   git branch -D BASE 2>/dev/null
89
   git branch -D BASE 2>/dev/null

Loading…
Cancel
Save