Use matching quotes
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Feb 2016 00:44:51 +0000 (01:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 Feb 2016 00:44:51 +0000 (01:44 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/pl/BC-32.pl
util/pl/VC-32.pl

index f0f8c9e8d150e1ebb2b50a63b43f739ee9bb24c0..c22acecfdd441aed3bfc0f7d2886c33f21808c73 100644 (file)
@@ -8,7 +8,7 @@ $crypto="libeay32";
 $o='\\';
 $cp='copy';
 $rm='del';
-$mv='move /Y";
+$mv='move /Y';
 
 # C compiler stuff
 $cc='bcc32';
index 36e52dd27a6bc78e42ea5b1c0365092851480f8e..1a34bb32fd3f1ca017c7a9477fc0a90e4a83045b 100644 (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";