Silence autogen.shs, which blabber error messages (to Emacs's eye).
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:27:59 +0000 (08:27 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:27:59 +0000 (08:27 -0500)
src/Setup.sh

index 204ce6af4209b7d035b510da9c6e46a301682442..7c814937d89b4de62144b3f7b495ba85b84ac082 100755 (executable)
@@ -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