Changeset bb2862d for jhalfs


Ignore:
Timestamp:
08/25/2014 01:14:38 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
1f25a75
Parents:
f0de954
Message:

Some branches have a BOOK subdirectory and some have not. Trying to work around that...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rf0de954 rbb2862d  
    173173      lfs )
    174174        LFSVRS=${BRANCH_ID}
    175         TREE=branches/${BRANCH_ID#branch-}/BOOK
     175        TREE=branches/${BRANCH_ID#branch-}
     176        if [ ${BRANCH_ID#branch-} = 6 ]; then
     177            TREE=${TREE}/BOOK
     178        fi
    176179        ;;
    177180      clfs* )
Note: See TracChangeset for help on using the changeset viewer.