diff options
Diffstat (limited to 'check')
-rwxr-xr-x | check | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -393,7 +393,7 @@ _wipe_counters() _global_log() { echo "$1" >> $check.log - if $OPTIONS_HAVE_SECIONS; then + if $OPTIONS_HAVE_SECTIONS; then echo "$1" >> ${REPORT_DIR}/check.log fi } @@ -441,7 +441,7 @@ _wrapup() fi $interrupt && echo "Interrupted!" | tee -a $check.log - if $OPTIONS_HAVE_SECIONS; then + if $OPTIONS_HAVE_SECTIONS; then $interrupt && echo "Interrupted!" | tee -a \ ${REPORT_DIR}/check.log fi |