From: Matt Birkholz Date: Thu, 25 Jul 2019 13:27:59 +0000 (-0500) Subject: Silence autogen.shs, which blabber error messages (to Emacs's eye). X-Git-Tag: mit-scheme-pucked-10.1.12~7^2~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=02eb872c48cf21add8221a2e74c14f60c07ea6a9;p=mit-scheme.git Silence autogen.shs, which blabber error messages (to Emacs's eye). --- diff --git a/src/Setup.sh b/src/Setup.sh index 204ce6af4..7c814937d 100755 --- a/src/Setup.sh +++ b/src/Setup.sh @@ -113,5 +113,5 @@ done for SUBDIR in ${PLUGIN_SUBDIRS}; do echo "setting up ${SUBDIR}" - (cd ${SUBDIR} && ./autogen.sh) + (cd ${SUBDIR} && ./autogen.sh >/dev/null 2>&1) done