Commit e89327a
committed
etc/Build.sh: drop dead isNinja block to fix unbound variable
The isNinja branch was never reachable (no code path sets it) and under
'set -euo pipefail' it terminated the script with 'isNinja: unbound
variable' at line 358 once master's removal of the ninja option (commit
4e494df) was merged in. Remove the dead block.
Reported by maliberty in #9762.
Signed-off-by: alokkumardalei-wq <alokkumardalei2@gmail.com>1 parent e8ea5ba commit e89327a
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | 358 | | |
365 | 359 | | |
0 commit comments