projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7cec1
)
Stop missing directory error messages on Win32.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 29 Jan 2007 00:31:22 +0000
(
00:31
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 29 Jan 2007 00:31:22 +0000
(
00:31
+0000)
fips-1.0/mkfipsscr.pl
patch
|
blob
|
history
diff --git
a/fips-1.0/mkfipsscr.pl
b/fips-1.0/mkfipsscr.pl
index df5161160f90e86960b6022a84e282f2c20b1105..d803e5855f00139622486f5f3a78471812e9b270 100644
(file)
--- 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
}