mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove a stray ';'.
This commit is contained in:
parent
ec60346065
commit
4ecb22fb96
1 changed files with 1 additions and 1 deletions
|
|
@ -840,7 +840,7 @@ iso.1:
|
|||
fbsd_livefs ${CD}/disc2.iso ${CD_DISC2}; \
|
||||
if [ "x${CD_EXTRA_BITS}" != "x" ]; then \
|
||||
sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
|
||||
fbsd_boot ${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS}; \
|
||||
fbsd_boot ${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS} \
|
||||
&& false; \
|
||||
fi \
|
||||
else \
|
||||
|
|
|
|||
Loading…
Reference in a new issue