Stop missing directory error messages on Win32.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 29 Jan 2007 00:31:22 +0000 (00:31 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 29 Jan 2007 00:31:22 +0000 (00:31 +0000)
fips-1.0/mkfipsscr.pl

index df5161160f90e86960b6022a84e282f2c20b1105..d803e5855f00139622486f5f3a78471812e9b270 100644 (file)
@@ -171,7 +171,7 @@ sub test_dir
                print OUT <<END;
 
 echo $tdir tests
-rd /s /q $rsp
+if exist $rsp rd /s /q $rsp
 md $rsp
 END
                }