From b9a691af0fa468873eda3706a1c797568857785b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Aug 2009 19:19:39 +0200 Subject: guestfish: diagnose stdout write failure Use gnulib's closeout module to ensure any failure to write to stdout is detected and reported. * fish/fish.c: Include "closeout.h". (main): Call atexit (close_stdout); * bootstrap (modules): Add closeout. --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 3fd8811e..f5f8aafc 100755 --- a/bootstrap +++ b/bootstrap @@ -50,6 +50,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool (cd daemon && mkdir -p tests lib && ../$gnulib_tool --update) modules=' +closeout gitlog-to-changelog gnu-make gnumakefile -- cgit