Commit be8b020
committed
fix(scripts): use portable lowercase in normalize_bool for Bash 3.2
Replace ${1,,} (Bash 4+) with printf/tr to fix "bad substitution" on
macOS stock Bash 3.2, matching the existing pattern in gateway.sh.
fixes #1485
Signed-off-by: Florent Benoit <fbenoit@redhat.com>1 parent 77e6c7a commit be8b020
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments