diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1997-07-02 22:05:30 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-08-07 00:00:00 +1200 |
commit | 793c8a6a9f5f03894b64e7fffc2268ea8af67c2f (patch) | |
tree | 1a837a57ef90d2e915f6e9835b4d8205f9906106 | |
parent | 1b0e3b9e127673a9d73dd5e6394903074e265506 (diff) | |
download | perl-793c8a6a9f5f03894b64e7fffc2268ea8af67c2f.tar.gz |
perlbug broken
This is a bug report for perl from schwab@issan.informatik.uni-dortmund.de,
generated with the help of perlbug 1.17 running under perl 5.00401.
p5p-msgid: 9707040912.AA03466@issan.informatik.uni-dortmund.de
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index d7dfe213ee..9161488c2d 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -386,7 +386,7 @@ EOF { my($dir) = ($Is_VMS ? 'sys$scratch:' : - ($Is_MSWin32 and $ENV{'TEMP'} ? $ENV{'TEMP'} : '/tmp/')); + ($Is_MSWin32 && $ENV{'TEMP'} ? $ENV{'TEMP'} : '/tmp/')); $filename = "bugrep0$$"; $dir .= "\\" if $Is_MSWin32 and $dir !~ m|[\\/]$|; $filename++ while -e "$dir$filename"; |