From c40c45fc66826f596a7c705dcaa0b4c9aa2d86eb Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 8 Dec 2020 07:40:26 -0500 Subject: [PATCH] update main build script --- zcutil/build.sh | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/zcutil/build.sh b/zcutil/build.sh index 687957389..4f0c03c32 100755 --- a/zcutil/build.sh +++ b/zcutil/build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2019-2020 The Hush developers -# Released under the GPLv3 +# 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 @@ -12,14 +13,16 @@ function cmd_pref() { fi } 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 a g-prefixed version of the command exists, use it preferentially.