Ignore:
Timestamp:
08/21/2017 04:05:14 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
ee68aee
Parents:
e3f4b9a4
Message:

Fix stupid copy-paste bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install-blfs-tools.sh

    re3f4b9a4 r91e8eaa  
    141141case $LFS_BRANCH_ID in
    142142  development )  LFS_TREE=trunk/BOOK ;;
    143    branch-6.* )  LFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
    144      branch-* )  LFS_TREE=branches/${BLFS_BRANCH_ID#branch-} ;;
    145           6.* )  LFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
    146             * )  LFS_TREE=tags/${BLFS_BRANCH_ID} ;;
     143   branch-6.* )  LFS_TREE=branches/${LFS_BRANCH_ID#branch-}/BOOK ;;
     144     branch-* )  LFS_TREE=branches/${LFS_BRANCH_ID#branch-} ;;
     145          6.* )  LFS_TREE=tags/${LFS_BRANCH_ID}/BOOK ;;
     146            * )  LFS_TREE=tags/${LFS_BRANCH_ID} ;;
    147147esac
    148148
Note: See TracChangeset for help on using the changeset viewer.