From 7a1cebb25977571ccd02e18674f7cc01db3fe708 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 26 Feb 2017 13:10:23 +0100 Subject: [PATCH] silence the preview-build --- s/preview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/preview b/s/preview index 1607afc55..40dc2952c 100755 --- a/s/preview +++ b/s/preview @@ -27,7 +27,7 @@ git fetch || abort "failed to update source. do you have local changes?" [ -z $1 ] || git checkout $1 git pull git submodule update -s/build || abort "build failed." +s/build > /dev/null || abort "build failed." } function assert_file() {