diff options
Diffstat (limited to 'wayland-build.sh')
-rwxr-xr-x | wayland-build.sh | 2 |
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 () { |