We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ab2c7 commit 123684fCopy full SHA for 123684f
1 file changed
testssl.sh
@@ -25329,7 +25329,7 @@ lets_roll() {
25329
RET=0 # this is a global as a function main() is problematic, see #705. Should we toss then all local $ret?
25330
IP="" # global used only here
25331
stopwatch start
25332
- FNAME_DATE="$(date +"%Y%m%d-%H%M")" # a global var, and a definition via local doesn't work here. Omiting definition above
+ FNAME_DATE="$(date +"%Y%m%d-%H%M")" # a global var, and a definition via local doesn't work here. Omitting definition above
25333
25334
lets_roll init
25335
initialize_globals
0 commit comments