Fix display of seconds waiting (bug #376575)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 27 Jul 2011 17:38:15 +0000 (19:38 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 27 Jul 2011 17:38:15 +0000 (19:38 +0200)
ChangeLog
defaults/initrd.scripts

index 4c24c6e53b04d7430cc816b6dcab7f0391bbd960..31e9aae90416380fa109b348cab00d4d947a5ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
 # Distributed under the GPL v2
 # $Id$
 
+  27 Jul 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
+  Fix display of seconds waiting (bug #376575)
+
+  Thanks to Richard Scott
+
   26 Jul 2011; Robin H. Johnson <robbat2@gentoo.org> gen_arch.sh:
   Bug #376467: fix kernel version checks for 3.0 kernel.
 
index b71d30ae8a7f5fad8a25949f8400d3c2ea1140de..51ebcce776616db93928184ae5d9eec7ff62fc37 100755 (executable)
@@ -922,7 +922,7 @@ sdelay() {
        # Sleep a specific number of seconds if SDELAY is set
        if [ "${SDELAY}" ]
        then
-               good_msg 'Waiting ${SDELAY} seconds...'
+               good_msg "Waiting ${SDELAY} seconds..."
                sleep ${SDELAY}
        else
                good_msg 'Hint: Use parameter scandelay[=seconds] if you need waiting here'