Skip to content

Commit 52ed92c

Browse files
authored
Merge pull request #1866 from drwetter/fix1860_svSE_etc_charset_3.0
Ensure certain regex patterns work as expected and aren't localized (3.0)
2 parents 7723a30 + c461702 commit 52ed92c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ declare -r UA_SNEAKY="Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Fi
269269

270270
########### Initialization part, further global vars just being declared here
271271
#
272+
LC_COLLATE=en_US.UTF-8 # ensures certain regex patterns work as expected and aren't localized, see #1860
272273
PRINTF="" # which external printf to use. Empty presets the internal one, see #1130
273274
IKNOW_FNAME=false
274275
FIRST_FINDING=true # is this the first finding we are outputting to file?

0 commit comments

Comments
 (0)