mirror of
https://github.com/openssl/openssl.git
synced 2025-01-27 04:14:10 +08:00
Use matching quotes
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
db73bd2208
commit
ef2499298b
@ -8,7 +8,7 @@ $crypto="libeay32";
|
||||
$o='\\';
|
||||
$cp='copy';
|
||||
$rm='del';
|
||||
$mv='move /Y";
|
||||
$mv='move /Y';
|
||||
|
||||
# C compiler stuff
|
||||
$cc='bcc32';
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user