]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/util/grub-shell.in: Fix a typo.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 22 Jun 2012 19:59:10 +0000 (21:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 22 Jun 2012 19:59:10 +0000 (21:59 +0200)
ChangeLog
tests/util/grub-shell.in

index 13af513e3e2574f8f085b8661d6dba3bccab8e90..58bb6bdd42b135ed3ac0939e7ea55cb080411d60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/util/grub-shell.in: Fix a typo.
+
 2012-06-22  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Implement flow control for tftp.
index 25a7e8d1f5541308f73a59dd14ba9ff45cf35abe..f4fa23ac467878c9bda2c01c6e01f219578687bb 100644 (file)
@@ -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