Ignore:
Timestamp:
10/03/2013 10:28:37 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
3cb4ef5b
Parents:
34d1b6a
Message:

Fix a bad fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r34d1b6a rad4ff97  
    3232           cd ${PROGNAME}-$LFSVRS
    3333           echo "Checking out $LFSVRS at $PWD in $TREE"
    34            git checkout -b ${TREE} ${TREE} >>$LOGDIR/$LOG 2>&1
     34           git checkout ${TREE} >>$LOGDIR/$LOG 2>&1
    3535        fi
    3636    else
    3737      cd ${PROGNAME}-$LFSVRS
    3838      case $PROGNAME in
    39         clfs*)  git checkout master >>$LOGDIR/$LOG 2>&1
    40                 git pull >>$LOGDIR/$LOG 2>&1
     39        clfs*)  git pull >>$LOGDIR/$LOG 2>&1
    4140                if [ ! $TREE == "development" ]; then
    4241                   git checkout ${TREE} >>$LOGDIR/$LOG 2>&1
Note: See TracChangeset for help on using the changeset viewer.