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() {