Skip to content

Conversation

TinCanTech
Copy link
Collaborator

easyrsa_mkdir() was created as a work around to a mis-identified problem with Windows 'mkdir.exe'. The real problem was caused by "read -p $prompt", which immediately exit sh.exe with the hidden error message: 'sh.exe: read: -p: no coprocess'. See: 49b2181

easyrsa_mkdir() was created as a work around to a mis-identified
problem with Windows 'mkdir.exe'. The real problem was caused by
"read -p $prompt", which immediately exit sh.exe with the hidden
error message: 'sh.exe: read: -p: no coprocess'. See: 49b2181

Signed-off-by: Richard T Bonhomme <[email protected]>
@TinCanTech TinCanTech self-assigned this Jul 31, 2025
@TinCanTech TinCanTech added this to the v3.2.4 milestone Jul 31, 2025
@TinCanTech TinCanTech merged commit 9795f1d into OpenVPN:master Aug 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: mkdir.exe works correctly, the real problem was caused by read -p
1 participant