diff --git a/ChangeLog b/ChangeLog index 13af513e3..58bb6bdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-22 Vladimir Serbinenko + + * tests/util/grub-shell.in: Fix a typo. + 2012-06-22 Vladimir Serbinenko Implement flow control for tftp. diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index 25a7e8d1f..f4fa23ac4 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -61,7 +61,7 @@ EOF qemuopts="${GRUB_QEMU_OPTS}" serial_port=com0 serial_null= -hald_cmd=halt +halt_cmd=halt case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in powerpc-ieee1275) boot=cd @@ -225,7 +225,7 @@ EOF if [ x$console != x ]; then echo "terminal_output $console" >>${cfgfile} fi -echo "$halt_cmd" >>${cfgfile} +echo "${halt_cmd}" >>${cfgfile} isofile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1 if [ x$boot != xnet ]; then