summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-29 00:31:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-29 00:31:22 +0000
commitc6292a2636aced5ee292cca334ccb93efd834366 (patch)
treea2b14a1d29ddb0b85101d3bc1205f970656ea1e2
parent1d7cec1013df77013910546e6b4577513deda3f0 (diff)
Stop missing directory error messages on Win32.
-rw-r--r--fips-1.0/mkfipsscr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips-1.0/mkfipsscr.pl b/fips-1.0/mkfipsscr.pl
index df5161160f..d803e5855f 100644
--- a/fips-1.0/mkfipsscr.pl
+++ b/fips-1.0/mkfipsscr.pl
@@ -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
}