Changeset 397


Ignore:
Timestamp:
04/16/09 16:38:46 (15 years ago)
Author:
smasson
Message:

add -f in the call of gzip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/printps.pro

    r380 r397  
    138138; if the file was originally gzipped, then we re-gzip it and exit 
    139139  IF uval.gzip THEN BEGIN 
    140     spawn, '\gzip ' + uval.nameps 
     140    spawn, '\gzip -f ' + uval.nameps 
    141141    return 
    142142  ENDIF 
     
    176176      file_move, dirname+'idl.ps', uval.nameps 
    177177    ENDIF 
    178     spawn, '\gzip ' + uval.nameps 
     178    spawn, '\gzip -f ' + uval.nameps 
    179179  ENDIF 
    180180; 
Note: See TracChangeset for help on using the changeset viewer.