summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
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} \