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,
--
Gabriel
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/cil-users