Changeset 14620 in josm for trunk/scripts


Ignore:
Timestamp:
2018-12-31T15:09:58+01:00 (5 years ago)
Author:
stoecker
Message:

see #16123 - don't append logfile output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TestHTTPS.pl

    r14619 r14620  
    6767print "Options: PLUGIN STYLE RULE PRESET MAP GETPLUGIN GETSTYLE GETRULE GETPRESET GETMAP LOCAL\n" if !@ARGV;
    6868
    69 open OUTFILE,">>","josm_https.txt" or die "Could not open output file";
     69open OUTFILE,">","josm_https.txt" or die "Could not open output file";
    7070
    7171sub doprint($)
Note: See TracChangeset for help on using the changeset viewer.