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

(-)a/debian/scripts/koha-shell (-1 / +2 lines)
Lines 63-68 elsif ( $? & 127 ) { Link Here
63
      ( $? & 127 ), ( $? & 128 ) ? 'with' : 'without';
63
      ( $? & 127 ), ( $? & 128 ) ? 'with' : 'without';
64
}
64
}
65
65
66
exit $? >> 8;
67
66
sub show_help {
68
sub show_help {
67
    my ( $err, $msg ) = @_;
69
    my ( $err, $msg ) = @_;
68
70
69
- 

Return to bug 17532