Changeset b752a31 in mainline for tools/travis.sh


Ignore:
Timestamp:
2018-03-26T16:19:12Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af60409
Parents:
0ba88ae
Message:

Strip trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/travis.sh

    r0ba88ae rb752a31  
    197197            for HARBOUR in $H_HARBOUR_LIST; do
    198198                "$HOME/helenos-harbours/hsct.sh" archive --no-deps "$HARBOUR" 2>&1 | tee "run-$HARBOUR.log" | awk '!(NR%100)'
    199                
     199
    200200                test -s "archives/$HARBOUR.tar.xz"
    201201                if [ $? -eq 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.