perlbug broken
Andreas Schwab [Wed, 2 Jul 1997 10:05:30 +0000 (22:05 +1200)]
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

index d7dfe21..9161488 100644 (file)
@@ -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";