Skip to content

Commit 2d90f6f

Browse files
committed
easyrsa_mkdir(): Additional comment to emphasize Win11 problem
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 83ff7b8 commit 2d90f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyrsa3/easyrsa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ easyrsa_mkdir() {
872872
[ "$2" ] && die "easyrsa_mkdir - excess input"
873873
[ "$1" ] || die "easyrsa_mkdir - input"
874874
[ -d "$1" ] && return
875-
mkdir "$1" 2>/dev/null
875+
mkdir "$1" 2>/dev/null # win11 never errors here
876876
[ -d "$1" ] && return
877877
die "easyrsa_mkdir - FAIL: $1"
878878
} # => easyrsa_mkdir()

0 commit comments

Comments
 (0)