I apologize for a typo in my submission. The comma and double quote after "signal" should be transposed. That's what I get for copying from another system. The corrected version is
--- lib/Cilly.pm.in (revision 12136) +++ lib/Cilly.pm.in (working copy) @@ -1324,6 +1324,9 @@ # sm: now that we always print, don't echo the command again, # since that makes the output more confusing #die "Possible error with @cmd!\n"; + if ($code & 0x7f) { + print STDERR "The command\n@cmd\nreceived signal ," ($code &0x7f), "\n"; + } $code >>= 8; # extract exit code portion exit $code; On 03/07/2011 11:28 AM, Gabriel Kerneis wrote: > On Mon, Mar 07, 2011 at 11:06:33AM -0500, Jesse M Draper wrote: >> --- lib/Cilly.pm.in (revision 12136) >> +++ lib/Cilly.pm.in (working copy) >> @@ -1324,6 +1324,9 @@ >> # sm: now that we always print, don't echo the command again, >> # since that makes the output more confusing >> #die "Possible error with @cmd!\n"; >> + if ($code& 0x7f) { >> + print STDERR "The command\n@cmd\nreceived signal ," ($code&0x7f), "\n"; >> + } >> $code>>= 8; # extract exit code portion >> >> exit $code; > Applied in r12141. > > Thanks, ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ CIL-users mailing list CIL-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cil-users