Browse Source

[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>
tags/v1.20.1
Dominic Cleal 13 years ago
parent
commit
3fc139362c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/geniso

+ 1
- 1
src/util/geniso View File

56
 	g=${g//[^a-z0-9]}.krn
56
 	g=${g//[^a-z0-9]}.krn
57
 	case "$first" in
57
 	case "$first" in
58
 	"")
58
 	"")
59
-		echo DEFAULT $g
59
+		echo DEFAULT $b
60
 		;;
60
 		;;
61
 	esac
61
 	esac
62
 	first=$g
62
 	first=$g

Loading…
Cancel
Save