Ignore:
Timestamp:
12/05/2006 03:25:00 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2512414
Parents:
6bb080e
Message:

More compare and related fixes.
Test build in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/create-sbu_du-report.sh

    r6bb080e r10c8b78  
    2020# If there is iteration logs directories, copy the logs inside iteration-1
    2121# to the top level dir
    22 [[ -d "$LOGSDIR"/iteration-1 ]] && \
    23   cp $LOGSDIR/iteration-1/* $LOGSDIR
     22[[ -d "$LOGSDIR"/build_1 ]] && \
     23  cp $LOGSDIR/build_1/* $LOGSDIR
    2424
    2525# Set the report file
Note: See TracChangeset for help on using the changeset viewer.