Changeset b7515ec


Ignore:
Timestamp:
03/07/2015 10:05:24 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
967b819
Parents:
6c97d02
Message:

Bug in ICA:
Some time ago, we added the version information to the logs filename, but
the iteration targets did not know about that, and failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_compare.sh

    r6c97d02 rb7515ec  
    115115        @cd logs && \\
    116116        mkdir $build && \\
    117         mv -f ${system_build} $build && \\
     117        mv -f `echo ${system_build} | sed 's/ /* /g'`* $build && \\
    118118        if [ ! $build = build_1 ] ; then \\
    119119          cd $build && \\
Note: See TracChangeset for help on using the changeset viewer.