-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace 'mkdir -p' with individual 'mkdir' calls
Windows 11 does not allow 'mkdir -p' to function corrctly, the commaand always fails and never returns an error. Replace 'mkdir -p' with individual calls for each directory depth. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
b90620e
commit b7c3847
Showing
1 changed file
with
63 additions
and
34 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