Commit 9ad0d4a
committed
[version.sh] Return success when version is found
Previously, echo_maybe() exited with code 1. This caused the script to signal an error even though version detection succeeded.
I just changed the exit code from 1 to 0 to indicate success when a version is found.1 parent 14ae08d commit 9ad0d4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments