Ignore:
Timestamp:
Jul 14, 2020, 1:20:22 PM (4 years ago)
Author:
katerina
Message:

Fix for ticket #445 (portable binary installer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/makeself/makeself.sh

    r1 r556  
    293293echo Adding files to archive named \"$archname\"...
    294294(cd "$archdir"; tar $TAR_ARGS - * | eval "$GZIP_CMD" ) >> "$tmpfile" || { echo Aborting; rm -f "$tmpfile"; exit 1; }
    295 echo >> "$tmpfile" >&- # try to close the archive
     295# The following command seems both superfluous and causing an 'I/O error' message
     296# echo >> "$tmpfile" >&- # try to close the archive
    296297
    297298fsize=`cat "$tmpfile" | wc -c | tr -d " "`
Note: See TracChangeset for help on using the changeset viewer.