From 7d8e5d4fea0233a03c8d58bd295a8d9a077caa81 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 20 May 2018 20:18:52 +0200 Subject: community/rust: simplify abuild, set RUST* env. vars on top-level --- community/rust/check-rustc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community/rust/check-rustc') diff --git a/community/rust/check-rustc b/community/rust/check-rustc index 2e96a45f60..d4b85be764 100755 --- a/community/rust/check-rustc +++ b/community/rust/check-rustc @@ -6,6 +6,9 @@ RUSTC="$1" TMPDIR="$(pwd)/.tmp-${0##*/}-$RANDOM" failed=0 +unset RUST_BACKTRACE +unset RUSTC_CRT_STATIC + _rustc() { printf '\n$ rustc %s\n' "$*" -- cgit v1.2.3