From 9a5fdeb111eeb39fc3a1bafbcd0c5dfa9ec60903 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 8 Jun 2018 21:46:11 +0000 Subject: [PATCH] Fix the ordering of where '$bootable' is set in the second variable setting, which was moved around as part of prior commits that were subsequently reverted. This is a direct commit to releng/11.2. Approved by: re (kib) Sponsored by: The FreeBSD Foundation --- release/amd64/mkisoimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh index cb3d130a733..a877b6a527d 100644 --- a/release/amd64/mkisoimages.sh +++ b/release/amd64/mkisoimages.sh @@ -38,7 +38,7 @@ if [ "x$1" = "x-b" ]; then umount efi rmdir efi mdconfig -d -u $device - bootable="-o bootimage=i386;efiboot.img -o no-emul-boot -o platformid=efi $bootable" + bootable="$bootable -o bootimage=i386;efiboot.img -o no-emul-boot -o platformid=efi" shift else -- 2.45.0