Hi,

good catch! This was a bug lurking around since the beginnings of yume.
Thanks for finding it!

Erich

On Friday 02 November 2007 03:48, [EMAIL PROTECTED] wrote:
> Author: valleegr
> Date: 2007-11-01 22:48:40 EDT (Thu, 01 Nov 2007)
> New Revision: 6426
> URL: https://svn.oscar.openclustergroup.org/trac/oscar/changeset/6426
> 
> Log:
> Fix a bad handling of the return code in Yume.
> Modified: pkgsrc/yume/trunk/yume
> ==============================================================================
> --- pkgsrc/yume/trunk/yume    (original)
> +++ pkgsrc/yume/trunk/yume    2007-11-01 22:48:40 EDT (Thu, 01 Nov 2007)
> @@ -109,7 +109,7 @@
>  push @cleanfiles, $name;
>  
>  # install exit handler which removes the temporary file
> -END {cleanup()};
> +END {my $rc = $?; cleanup(); exit $rc};
>  
>  # create yum config file
>  print $fh <<EOF;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to