projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd556cb
)
Avoid path separator problems.
author
Ulf Möller
<ulf@openssl.org>
Thu, 29 Jul 1999 17:27:29 +0000
(17:27 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 29 Jul 1999 17:27:29 +0000
(17:27 +0000)
util/pl/Mingw32.pl
patch
|
blob
|
history
diff --git
a/util/pl/Mingw32.pl
b/util/pl/Mingw32.pl
index 01e23ad88192e3fe3ec196988b8d0f2efd6aed89..84c2a22db30465b50d98cb729334d17f3d1c4e75 100644
(file)
--- a/
util/pl/Mingw32.pl
+++ b/
util/pl/Mingw32.pl
@@
-5,7
+5,7
@@
$o='/';
$cp='cp';
-$rm='r
m -f';
+$rm='r
em'; # use 'rm -f' if using GNU file utilities
$mkdir='gmkdir';
# gcc wouldn't accept backslashes in paths