summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 30b954c9ad..2539d61203 100755
--- a/build.sh
+++ b/build.sh
@@ -104,7 +104,7 @@ if [[ "$SIGN" == "true" ]]; then
exit 1
fi
if [[ -z ${CSC_KEY_PASSWORD-} ]]; then
- read -spr "CSC_KEY_PASSWORD = " CSC_KEY_PASSWORD
+ read -rsp "CSC_KEY_PASSWORD = " CSC_KEY_PASSWORD
echo ""
export CSC_KEY_PASSWORD
fi