Yikes, removed that old bash gettextism
This commit is contained in:
parent
4cc1c3054a
commit
e983dd0ac6
@ -66,7 +66,7 @@ start() {
|
|||||||
grep -Fow usbdevfs /proc/filesystems)
|
grep -Fow usbdevfs /proc/filesystems)
|
||||||
|
|
||||||
if [ -n "${usbfs}" ] ; then
|
if [ -n "${usbfs}" ] ; then
|
||||||
ebegin $"Mounting USB device filesystem" "(${usbfs})"
|
ebegin "Mounting USB device filesystem (${usbfs})"
|
||||||
local usbgid="$(getent group usb | \
|
local usbgid="$(getent group usb | \
|
||||||
sed -e 's/.*:.*:\(.*\):.*/\1/')"
|
sed -e 's/.*:.*:\(.*\):.*/\1/')"
|
||||||
mount -t ${usbfs} \
|
mount -t ${usbfs} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user