Commit 99a749b
committed
Fix arithmetic expression crash in project-install.sh
Script crashed with `set -e` due to post-increment returning exit code 1
when chain_depth was 0. Changed to pre-increment so expression always
returns non-zero value.1 parent 809fb4e commit 99a749b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
0 commit comments