From cfca53de2994258ae7066fdc6162a72932be3ccd Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 8 Dec 2020 07:40:35 -0500 Subject: [PATCH] update ARM build script --- zcutil/build-arm.sh | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/zcutil/build-arm.sh b/zcutil/build-arm.sh index 838607c7e..fa62b08bc 100755 --- a/zcutil/build-arm.sh +++ b/zcutil/build-arm.sh @@ -2,18 +2,22 @@ # Copyright (c) 2019-2020 radix42 # Copyright (c) 2019-2020 The Hush developers # Original aarch64 port by radix42. Thank you! +# Distributed under the GPLv3 software license, see the accompanying +# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html set -eu -o pipefail cat <<'EOF' - ________________ -< Building Hush! > - ---------------- + .~~~~~~~~~~~~~~~~. +{{ Building Hush!! }} + `~~~~~~~~~~~~~~~~` \ ^__^ - \ (oo)\_______ - (__)\ )\/\ - ||----w | - || || + \ (@@)\_______ + (__)\ HUSH )\/\ $ + z zz ||----w | z | +zz zz z || z ||xxx z z|z zz +zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz EOF if [ "x$*" = 'x--help' ]