Avoid path separator problems.
authorUlf Möller <ulf@openssl.org>
Thu, 29 Jul 1999 17:27:29 +0000 (17:27 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 29 Jul 1999 17:27:29 +0000 (17:27 +0000)
util/pl/Mingw32.pl

index 01e23ad88192e3fe3ec196988b8d0f2efd6aed89..84c2a22db30465b50d98cb729334d17f3d1c4e75 100644 (file)
@@ -5,7 +5,7 @@
 
 $o='/';
 $cp='cp';
-$rm='rm -f';
+$rm='rem'; # use 'rm -f' if using GNU file utilities
 $mkdir='gmkdir';
 
 # gcc wouldn't accept backslashes in paths