From 4992ff71bed06ad20ab720218167ca1b1c58303d Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 4 Oct 2016 03:52:12 +0100 Subject: [PATCH] scripts/build: no need to setup toolchain twice and before really building --- scripts/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build b/scripts/build index 8bc2246374..8615db6b63 100755 --- a/scripts/build +++ b/scripts/build @@ -20,8 +20,6 @@ . config/options $1 -setup_toolchain target - if [ -z "$1" ]; then echo "usage: $0 package_name[:]" exit 1