Changeset 2c4be7f for jhalfs


Ignore:
Timestamp:
03/03/2014 02:34:58 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
ee2c45c
Parents:
c3b96a9
Message:

The grep iregexp for extracting BLFS_TREE from the working copy has to be modified
to account for the changes in "svn info" ouput with recent versions of svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rc3b96a9 r2c4be7f  
    272272      exit 2
    273273      }
    274     BLFS_TREE=$(cd $BLFS_WC_LOCATION; svn info | grep URL | sed 's@.*BLFS/@@')
     274    BLFS_TREE=$(cd $BLFS_WC_LOCATION; svn info | grep '^URL' | sed 's@.*BLFS/@@')
    275275    BLFS_BRANCH_ID=$(echo $BLFS_TREE | sed -e 's@trunk/BOOK@development@' \
    276276                                           -e 's@branches/@branch-@' \
Note: See TracChangeset for help on using the changeset viewer.