Use matching quotes

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-04 01:44:51 +01:00
parent db73bd2208
commit ef2499298b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ $crypto="libeay32";
$o='\\';
$cp='copy';
$rm='del';
$mv='move /Y";
$mv='move /Y';
# C compiler stuff
$cc='bcc32';

View File

@ -26,7 +26,7 @@ $cp='$(PERL) util/copy.pl';
$cp2='$(PERL) util/copy.pl -stripcr';
$mkdir='$(PERL) util/mkdir-p.pl';
$rm='del /Q';
$mv='move /Y";
$mv='move /Y';
$zlib_lib="zlib1.lib";