From 2fb7d1e98c8d6da1e0af471ea16e09afe369b56a Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 11 Jan 2022 10:29:33 -0800 Subject: local/require-signed-push: sh syntax Signed-off-by: Robin H. Johnson --- local/require-signed-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/require-signed-push b/local/require-signed-push index 447e14a..005f47e 100755 --- a/local/require-signed-push +++ b/local/require-signed-push @@ -6,8 +6,8 @@ VERIFY_SIGS=$(git config --get gentoo.verify-signatures) # ---------------------------------------------------------------------- # standard stuff -silent_die() { exit 1 } -die() { echo "$@" >&2; silent_die } +silent_die() { exit 1; } +die() { echo "$@" >&2; silent_die; } warn() { echo "$@" >&2; } fail_signed_push() { -- cgit v1.2.3-65-gdbad