# 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.
# 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'