Skip to content

Commit

Permalink
Merge pull request bazel-ios#7 from tinyspeck/ae-fix-dsym-installer-s…
Browse files Browse the repository at this point in the history
…cript

Fix dsym installer script
  • Loading branch information
AhmedEid authored Sep 28, 2021
2 parents 06d3f2e + 6ae0a9d commit ca59590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xcodeproj_shims/installers/dsyms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ -z $dsym_input ]]; then
exit 0
fi

echo "Found ${#dsym_input[@]} DSYMS"
echo "Found $dsym_input"

rsync \
--recursive --chmod=u+w --delete -i \
Expand Down

0 comments on commit ca59590

Please sign in to comment.