Changeset 7fa9369


Ignore:
Timestamp:
04/24/2019 03:07:04 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
f596dde
Parents:
183cc33
Message:

Fix a long standing bug in func_compare.sh:
The files in test-logs have the package version in their names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_compare.sh

    r183cc33 r7fa9369  
    126126          cd test-logs && \\
    127127          mkdir $build && \\
    128           mv -f ${system_build} $build && \\
     128          mv -f `echo ${system_build} | sed 's/ /* /g'`* $build && \\
    129129          if [ ! $build = build_1 ] ; then \\
    130130            cd $build && \\
Note: See TracChangeset for help on using the changeset viewer.