Browse Source

Adjust mfconfig script

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
3ed4503c30
  1. 2
      buildroot/share/git/mfconfig

2
buildroot/share/git/mfconfig

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

Loading…
Cancel
Save