[build] Allow APPEND lines in ipxe.iso to function as expected

Signed-off-by: Dominic Cleal <dcleal@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/5/head
Dominic Cleal 2011-05-19 12:03:18 +01:00 committed by Michael Brown
parent c49659c4f2
commit 3fc139362c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ do
g=${g//[^a-z0-9]}.krn
case "$first" in
"")
echo DEFAULT $g
echo DEFAULT $b
;;
esac
first=$g