From d8a80a9ac042d70b2ed945bb24a850863f0d23e4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 14:40:28 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- create-attributable-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 951b2c2..429ad05 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -330,7 +330,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'