(Module): only try to run render-bugs if it exists.
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Wed, 3 Jan 2007 17:23:15 +0000 (17:23 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Wed, 3 Jan 2007 17:23:15 +0000 (17:23 +0000)
ChangeLog
autogen.sh

index 033d751..20476aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * autogen.sh (Module): only try to run render-bugs if it exists.
+
 2006-11-18  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
index 90dc480..18e639b 100755 (executable)
@@ -31,8 +31,10 @@ ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit
 
 # TODO: This should be moved to dist-guile
 mscripts=../guile-scripts
-rm -f BUGS
-$mscripts/render-bugs > BUGS
+if test -x $mscripts/render-bugs ; then
+  rm -f BUGS
+  $mscripts/render-bugs > BUGS
+fi
 
 ######################################################################
 ### update infrastructure