Commit 6b5027a
committed
Fix check_dependencies.sh exit code for optional tools
- Return 0 instead of 1 for optional tools when not found
- This prevents set -e from terminating the script
- Optional tools (gh) not found should only trigger warnings, not exit 1
- Required tools still return 1 and trigger proper error handling1 parent 410a164 commit 6b5027a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | | - | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments