projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3f6ba
)
Silence autogen.shs, which blabber error messages (to Emacs's eye).
author
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:27:59 +0000
(08:27 -0500)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:27:59 +0000
(08:27 -0500)
src/Setup.sh
patch
|
blob
|
history
diff --git
a/src/Setup.sh
b/src/Setup.sh
index 204ce6af4209b7d035b510da9c6e46a301682442..7c814937d89b4de62144b3f7b495ba85b84ac082 100755
(executable)
--- 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