Changeset 556 for trunk/scripts/makeself/makeself.sh
- Timestamp:
- Jul 14, 2020, 1:20:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/makeself/makeself.sh
r1 r556 293 293 echo Adding files to archive named \"$archname\"... 294 294 (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 296 297 297 298 fsize=`cat "$tmpfile" | wc -c | tr -d " "`
Note:
See TracChangeset
for help on using the changeset viewer.