Commit b9d2cba
committed
net-installer: fix fallback line
First of all, `IF ERRORLEVEL <n>` means: "if the last program run
returned an exit code equal to *or greater than* the number specified"
(emphasis added). Therefore, `IF NOT ERRORLEVEL 0` has no chance of ever
succeeding.
Second, we cannot really rely on Bash being installed correctly, so
let's just ask the user to acknowledge the error messages by pressing a
key.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent bc7336c commit b9d2cba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
0 commit comments