Skip to content

Commit

Permalink
no quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 17, 2024
1 parent 620e52d commit 9a662ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ex

FILES_TO_SIGN=$@

for FILE_PATH in "$FILES_TO_SIGN"; do
for FILE_PATH in $FILES_TO_SIGN; do
FILE_NAME=$(basename $FILE_PATH)
APPLE_TEMPKEYCHAIN_NAME=$(echo $FILE_NAME | tr -cd 'a-zA-Z')$(($RANDOM)) # use a random name

Expand Down

0 comments on commit 9a662ba

Please sign in to comment.