Remove unwanted var in hack/build.sh (#1147)

This commit is contained in:
Navid Shaikh 2020-12-02 00:24:37 +05:30 committed by GitHub
parent 3990a45591
commit b6a4deee4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ has_flag() {
cross_build() { cross_build() {
local basedir=$(basedir) local basedir=$(basedir)
local ld_flags="$(build_flags $basedir)" local ld_flags="$(build_flags $basedir)"
local pkg="github.com/knative/client/pkg/kn/commands"
local failed=0 local failed=0
echo "⚔️ ${S}Compile" echo "⚔️ ${S}Compile"