Commit ef249929 authored by Richard Levitte's avatar Richard Levitte
Browse files

Use matching quotes



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent db73bd22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ $crypto="libeay32";
$o='\\';
$cp='copy';
$rm='del';
$mv='move /Y";
$mv='move /Y';

# C compiler stuff
$cc='bcc32';
+1 −1
Original line number Diff line number Diff line
@@ -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";