diff options
author | Roy Marples <roy@marples.name> | 2007-07-16 14:09:29 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-16 14:09:29 +0000 |
commit | e983dd0ac64422bbf069b8dad3ce06d2cbbb3ac6 (patch) | |
tree | bee9eb57e94295d0b8321d41062777a73d6cb50a /init.d | |
parent | 4cc1c3054ad0cc48c5219d17898d88593aaa10d2 (diff) |
Yikes, removed that old bash gettextism
Diffstat (limited to 'init.d')
-rwxr-xr-x | init.d/localmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount index 18d84a91..92bdd195 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} \ |