We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e3f4e + ac230d9 commit ea4fb55Copy full SHA for ea4fb55
1 file changed
testssl.sh
@@ -145,7 +145,7 @@ HNAME="${HNAME%%.*}"
145
146
declare CMDLINE
147
declare -r -a CMDLINE_ARRAY=("$@") # When performing mass testing, the child processes need to be sent the
148
-declare -r -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
+declare -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
149
150
151
########### Some predefinitions: date, sed (we always use test and not try to determine
0 commit comments