We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7723a30 + c461702 commit 52ed92cCopy full SHA for 52ed92c
1 file changed
testssl.sh
@@ -269,6 +269,7 @@ declare -r UA_SNEAKY="Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Fi
269
270
########### Initialization part, further global vars just being declared here
271
#
272
+LC_COLLATE=en_US.UTF-8 # ensures certain regex patterns work as expected and aren't localized, see #1860
273
PRINTF="" # which external printf to use. Empty presets the internal one, see #1130
274
IKNOW_FNAME=false
275
FIRST_FINDING=true # is this the first finding we are outputting to file?
0 commit comments