Fix display of seconds waiting (bug #376575)

cleanup-cruft
Sebastian Pipping 14 years ago
parent 3d7de35394
commit 02b72c6515

@ -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.

@ -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'

Loading…
Cancel
Save