Commit 3e81a8a
committed
Make passing invalid options to install.rb fatal
In b909b67 the --[no-]prereq-checks
option was dropped. The error was printed, but then continued to execute
and it ignored all passed options. That caused a regression in 8.21.0.
It now catches the error and exits with a non-zero exit code, forcing
the packager to deal with it.1 parent 77cc7a4 commit 3e81a8a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
| |||
0 commit comments