Changeset 379 for SH_SHM/trunk


Ignore:
Timestamp:
04/21/2011 04:33:51 PM (13 years ago)
Author:
marcus
Message:

r207 | walther | 2011-04-14 18:00:33 +0200 (Do, 14 Apr 2011) | 1 line

Muting CentOS' base64 complains about invalid input data. The archive is processed correctly...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/setup/decompress.sh

    r365 r379  
    1818ARCHIVE=`awk '/^__ARCHIVE_BELOW__/ {print NR + 1; exit 0; }' $0` 
    1919 
    20 tail -n+$ARCHIVE $0 | base64 -d | tar xz -C $TMPDIR 
     20tail -n+$ARCHIVE $0 | base64 -di | tar xz -C $TMPDIR 
    2121 
    2222CDIR=`pwd` 
Note: See TracChangeset for help on using the changeset viewer.