From 78de4d315b13044253cf3498f0d4b878f0c86b6a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 14:23:04 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- create-attributable-archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 9972219..a946c7f 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -319,8 +319,8 @@ read -r -s keystore_passphrase_check printf '\n' printf 'Auditing keystore passphrase...\n' -ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check") -echo "$ret" +ret="$(audit_passphrase \"$keystore_passphrase\" \"$keystore_passphrase_check\")" +echo -e "$ret" printf 'Unsetting keystore_passphrase_check...\n' unset keystore_passphrase_check