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'