It is currently possible to construct a sequence of commands to be executed regardless of success or failure using "|| &&" as the command separator. (The "||" captures the failure case, the blank command converts it to a success case.) Allow ";" to be used as a more visually appealing (and space-efficient) alternative. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
142 |
|
142 |
|
143 |
|
143 |
|
144 |
|
144 |
|
|
145 |
|
|
|
146 |
|
|
|
147 |
|
|
|
148 |
|
|
|
149 |
|
|
|
150 |
|
|
|
151 |
|
|
|
152 |
|
|
|
153 |
|
|
|
154 |
|
|
145 |
|
155 |
|
146 |
|
156 |
|
147 |
|
157 |
|
|
|
||
166 |
|
176 |
|
167 |
|
177 |
|
168 |
|
178 |
|
|
179 |
|
|
|
180 |
|
|
|
181 |
|
|
|
182 |
|
|
169 |
|
183 |
|
170 |
|
184 |
|
171 |
|
185 |
|