From a71bff6a6c3e816ec4b7bd8c7f68e1a68acc0e48 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 11:56:10 -0600 Subject: [PATCH] this is my life now. infinite frustration cast upon me by an evil curse \ --- create-attributable-archive.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index f8a6367..d86f499 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -248,8 +248,8 @@ read -r -s attribution_passphrase_check echo printf "auditing attribution passphrase" -audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check" -checkcode $? +ret=$(audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check") +echo $ret printf "unsetting attribution_passphrase_check" unset attribution_passphrase_check > /dev/null 2>&1 @@ -299,8 +299,8 @@ read -r -s keystore_passphrase_check echo printf "auditing keystore passphrase..." -audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check" -checkcode $? +ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check") +echo -e "$ret" printf "unsetting keystore passphrase check" unset keystore_passphrase_check > /dev/null 2>&1