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

(-)a/misc/sip_cli_emulator.pl (-4 / +2 lines)
Lines 103-111 if ( $help Link Here
103
    exit();
103
    exit();
104
}
104
}
105
105
106
$no_block = $no_block eq 'Y' ? 'Y' : 'N';
106
$no_block   = $no_block eq 'Y'    ? 'Y' : 'N';
107
107
$terminator = $terminator eq 'CR' ? $CR : $CRLF;
108
$terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF;
109
108
110
# Set perl to expect the same record terminator it is sending
109
# Set perl to expect the same record terminator it is sending
111
$/ = $terminator;
110
$/ = $terminator;
112
- 

Return to bug 32537