Commit 67413bc
committed
Revert "[makexpi] Run $VALIDATE in bg"
This reverts commit e0c5cad.
Putting validate in the background means that when there is a failure and we
call `die`, the `exit 1` gets run in a subshell and so error status does not get
returned to the caller of makexpi.sh (i.e. test.sh).
Fixes EFForg#6711 parent 9bbe318 commit 67413bc
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
0 commit comments