diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/scripts/nightly.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/tools/scripts/nightly.sh b/usr/src/tools/scripts/nightly.sh index 77d23a76aa..610cfc34b6 100644 --- a/usr/src/tools/scripts/nightly.sh +++ b/usr/src/tools/scripts/nightly.sh @@ -2156,9 +2156,9 @@ if [ "$CHECK_PATHS" = y -a "$N_FLAG" != y ]; then >>$mail_msg_file arg=-b [ "$build_ok" = y ] && arg= - checkpaths $arg $checkroot > $SRC/checkpaths.out 2>&1 - if [[ -s $SRC/checkpaths.out ]]; then - tee -a $LOGFILE < $SRC/checkpaths.out >> $mail_msg_file + checkpaths $arg $checkroot > $SRC/check-paths.out 2>&1 + if [[ -s $SRC/check-paths.out ]]; then + tee -a $LOGFILE < $SRC/check-paths.out >> $mail_msg_file build_extras_ok=n fi fi |