summaryrefslogtreecommitdiffstats
path: root/fips-1.0/mkfipsscr.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fips-1.0/mkfipsscr.pl')
-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
}