View | Details | Raw Unified | Return to bug 21640
Collapse All | Expand All

(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl (-2 / +1 lines)
Lines 96-102 if ( defined $outfile ) { Link Here
96
} else {
96
} else {
97
    print "No output file defined; printing to STDOUT\n"
97
    print "No output file defined; printing to STDOUT\n"
98
      if ( defined $verbose );
98
      if ( defined $verbose );
99
    open( $OUT, '>', "&STDOUT" ) || die("Couldn't duplicate STDOUT: $!");
99
    $OUT = *STDOUT || die("Couldn't duplicate STDOUT: $!");
100
}
100
}
101
101
102
my $format = 'V';    # format for phone notifications
102
my $format = 'V';    # format for phone notifications
103
- 

Return to bug 21640