[Libreoffice-commits] .: solenv/bin
Michael Meeks
mmeeks at kemper.freedesktop.org
Wed Jan 5 05:38:55 PST 2011
solenv/bin/build.pl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit eaa3804174d925b24902604ca25cbdc6b896cf5e
Author: Michael Meeks <michael.meeks at novell.com>
Date: Wed Jan 5 13:39:04 2011 +0000
ignore SIGPIPE for zenity
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 0f5c385..103c055 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -2111,6 +2111,7 @@ sub zenity_enabled {
sub zenity_open {
if (zenity_enabled()) {
+ $SIG{PIPE} = 'IGNORE';
my $zenity_pid = open3($zenity_in, $zenity_out, $zenity_err,
"zenity --notification --listen");
};
More information about the Libreoffice-commits
mailing list