From e983dd0ac64422bbf069b8dad3ce06d2cbbb3ac6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 16 Jul 2007 14:09:29 +0000 Subject: Yikes, removed that old bash gettextism --- init.d/localmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') diff --git a/init.d/localmount b/init.d/localmount index 18d84a9..92bdd19 100755 --- a/init.d/localmount +++ b/init.d/localmount @@ -66,7 +66,7 @@ start() { grep -Fow usbdevfs /proc/filesystems) if [ -n "${usbfs}" ] ; then - ebegin $"Mounting USB device filesystem" "(${usbfs})" + ebegin "Mounting USB device filesystem (${usbfs})" local usbgid="$(getent group usb | \ sed -e 's/.*:.*:\(.*\):.*/\1/')" mount -t ${usbfs} \ -- cgit v1.2.3