summaryrefslogtreecommitdiffstats
path: root/src/util/geniso
diff options
context:
space:
mode:
authorDominic Cleal2011-05-19 13:03:18 +0200
committerMichael Brown2011-05-19 13:03:18 +0200
commit3fc139362c75eb69e02989241755ec894533f675 (patch)
tree9f2a8e441f566b939289975901c2becb71ac6aec /src/util/geniso
parent[parseopt] Disambiguate the various EINVAL errors (diff)
downloadipxe-3fc139362c75eb69e02989241755ec894533f675.tar.gz
ipxe-3fc139362c75eb69e02989241755ec894533f675.tar.xz
ipxe-3fc139362c75eb69e02989241755ec894533f675.zip
[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>
Diffstat (limited to 'src/util/geniso')
-rwxr-xr-xsrc/util/geniso2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/geniso b/src/util/geniso
index 790e7171..48ea2f2a 100755
--- a/src/util/geniso
+++ b/src/util/geniso
@@ -56,7 +56,7 @@ do
g=${g//[^a-z0-9]}.krn
case "$first" in
"")
- echo DEFAULT $g
+ echo DEFAULT $b
;;
esac
first=$g