Changeset 99ba6d8 for BLFS


Ignore:
Timestamp:
03/08/2016 08:29:02 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
7bd0866
Parents:
af20a03
Message:

Merge trunk up to r3857

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    raf20a03 r99ba6d8  
    278278local f
    279279local -a rootlink
    280 local -a rootlink2
     280local rootlink2
    281281
    282282#echo file=$file
     
    285285#  echo "    f"=$f
    286286  if [ -f ${f}.dep ]; then
    287     rootlink2=($(head -n1 ${f}.dep))
    288     if [[ "${rootlink2[*]}" =~ "${rootlink[*]}" ]] ; then
     287    rootlink2="$(head -n1 ${f}.dep) "
     288# See comment above about srootlink
     289    if [[ ${rootlink2#"${rootlink[*]} "} != ${rootlink2} ]] ; then
    289290      tree_erase ${f}.dep
    290291    fi
Note: See TracChangeset for help on using the changeset viewer.