Changeset f37d08b


Ignore:
Timestamp:
02/28/2016 06:07:52 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
4888f0c
Parents:
9543675
Message:

Fix a bug in "tree_erase",
which occurs rarely

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r9543675 rf37d08b  
    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
  • README.CUSTOM

    r9543675 rf37d08b  
    201201PKG="gpm"
    202202PKG_VERSION="1.20.1"
    203 PKG_FILE="gmp-1.20.1.tar.bz2"
     203PKG_FILE="gpm-1.20.1.tar.bz2"
    204204URL="ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2"
    205205MD5="2c63e827d755527950d9d13fe3d87692"
Note: See TracChangeset for help on using the changeset viewer.