summaryrefslogtreecommitdiffstats
path: root/wayland-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-build.sh')
-rwxr-xr-xwayland-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-build.sh b/wayland-build.sh
index b430de4..dfb73c7 100755
--- a/wayland-build.sh
+++ b/wayland-build.sh
@@ -51,7 +51,7 @@ function build () {
if [ $FORCE_DISTCLEAN -eq 1 ]; then
say " * make distclean" && make distclean
fi
- say " * make" && make && say " * install" && echo "$SUDO_PASSWD" | sudo -S -E make install
+ say " * make" && make >/dev/null && say " * install" && echo "$SUDO_PASSWD" | sudo -S -E make install
}
function autogen () {