From 80cd1510472c9d7ee17388feb61d3a8ccc515c94 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 14:53:42 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- create-attributable-archive.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index c84dc9d..05f69db 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -216,9 +216,9 @@ exit_cleanup() { trap error_handle ERR trap exit_cleanup EXIT -ret=`audit_passphrase 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU' 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU'` -echo $ret -exit 0 +# ret=`audit_passphrase 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU' 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU'` +# echo $ret +# exit 0 require_dependencies printf 'Setting up environment...\n' @@ -285,7 +285,7 @@ read -r -s attribution_passphrase_check printf '\n' printf 'Auditing attribution passphrase...\n' -audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check" +ret==`audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"` echo "$ret" printf 'Unsetting attribution_passphrase_check...\n' @@ -332,7 +332,7 @@ read -r -s keystore_passphrase_check printf '\n' printf 'Auditing keystore passphrase...\n' -ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check") +ret=`audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check"` echo -e "$ret" printf 'Unsetting keystore_passphrase_check...\n'