mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
Avoid path separator problems.
This commit is contained in:
parent
fd556cbfb6
commit
4320afe3be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user