From a5d562faba68a54cf459b11d20feda61d2ffa95e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Sep 2017 13:17:41 -0700 Subject: [PATCH] No need to debug so much --- library/stdarch/ci/dox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh index 8a78230c13d0..37bbfc322310 100755 --- a/library/stdarch/ci/dox.sh +++ b/library/stdarch/ci/dox.sh @@ -4,7 +4,7 @@ # in liblibc. This scrapes the list of triples to document from `src/lib.rs` # which has a bunch of `html_root_url` directives we pick up. -set -ex +set -e rm -rf target/doc mkdir -p target/doc