Parcourir la 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 il y a 13 ans
Parent
révision
3fc139362c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/util/geniso

+ 1
- 1
src/util/geniso Voir le fichier

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

Chargement…
Annuler
Enregistrer