Skip to content

Script/download-bindings: prettify script #2198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dannywillems
Copy link
Member

  • Uses set -euo pipefail for safer execution.
  • Adds inline comments for clarity.
  • Uses command -v instead of which (preferred for portability).
  • Ensures all variables are properly quoted.
  • Uses ${VAR:-...} idiom for defaulting.

- Uses set -euo pipefail for safer execution.
- Adds inline comments for clarity.
- Uses command -v instead of which (preferred for portability).
- Ensures all variables are properly quoted.
- Uses ${VAR:-...} idiom for defaulting.
@dannywillems dannywillems requested a review from a team as a code owner May 1, 2025 12:34
@dannywillems dannywillems requested review from Geometer1729 and 45930 May 1, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants