Changes between Initial Version and Version 1 of Ticket #651, comment 1


Ignore:
Timestamp:
Mar 24, 2016, 5:20:10 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #651, comment 1

    initial v1  
    11Here's a semi-kludgy fix for this problem for portcontents.tcl:
    22
     3{{{
    34--- src/port1.0/portcontents.tcl        Wed Jul  9 21:25:29 2003
    45+++ src/port1.0/portcontents.tcl        Wed Jul  9 21:24:58 2003
     
    1213        if [regexp .bz2$ $rfile] {
    1314            set fd [open "|bunzip2 -c $rfile" r]
     15}}}