Commit e03e638
authored
fix(scripts): portable bash shebang and prevented array expansions (#1753)
- Replaced `#!/bin/bash` to `#!/usr/bin/env bash` to improve portability
on different operating systems.
- Wrapped $@ with quotes to prevent array expansions.1 parent bf3c820 commit e03e638
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments