Skip to content

fix(scripts): portable bash shebang and prevented array expansions#1753

Merged
aawsome merged 1 commit intorustic-rs:mainfrom
Turmaxx:shell-scripts-fix
May 6, 2026
Merged

fix(scripts): portable bash shebang and prevented array expansions#1753
aawsome merged 1 commit intorustic-rs:mainfrom
Turmaxx:shell-scripts-fix

Conversation

@Turmaxx
Copy link
Copy Markdown
Contributor

@Turmaxx Turmaxx commented May 5, 2026

  • Replaced #!/bin/bash to #!/usr/bin/env bash to improve portability on different operating systems.
  • Wrapped $@ with quotes to prevent array expansions.

Copy link
Copy Markdown
Member

@aawsome aawsome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aawsome aawsome enabled auto-merge May 6, 2026 18:45
@aawsome aawsome added this pull request to the merge queue May 6, 2026
Merged via the queue into rustic-rs:main with commit e03e638 May 6, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants