From 793c8a6a9f5f03894b64e7fffc2268ea8af67c2f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 2 Jul 1997 22:05:30 +1200 Subject: 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 --- utils/perlbug.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.1