Skip to content

Commit 6f39c7f

Browse files
committed
Explicit 0-9_a-zA-Z to avoid LC_COLLATE issues
1 parent cfdbb78 commit 6f39c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Push() {
2222
PushC_=$PushE_
2323
while PushD_=${PushC_%%\'*}
2424
do if ${PushF_-:} && case $PushD_ in
25-
*[!-+=~/:.0-9_a-zA-Z]*)
25+
*[!-+=~/:.0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]*)
2626
false;;
2727
esac
2828
then PushA_=$PushA_$PushD_

0 commit comments

Comments
 (0)