forked from OpenVPN/easy-rsa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New function easyrsa_mkdir_p(): Replace use of 'mkdir -p'
Windows 11 does not allow 'mkdir -p' to function correctly, it always fails to create directories and never returns an error. easyrsa_mkdir_p() replaces 'mkdir -p' by creating individual directories for the parent and then for the child, without using 'mkdir -p' switch. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
b90620e
commit 14ffb55
Showing
1 changed file
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters