[Usbmount-commit] r66 - usbmount/trunk
Rogério Brito
rbrito-guest at alioth.debian.org
Mon Oct 26 17:20:16 UTC 2009
Author: rbrito-guest
Date: 2009-10-26 17:20:16 +0000 (Mon, 26 Oct 2009)
New Revision: 66
Modified:
usbmount/trunk/usbmount
Log:
Fix a syntax error.
Modified: usbmount/trunk/usbmount
===================================================================
--- usbmount/trunk/usbmount 2009-10-22 04:55:20 UTC (rev 65)
+++ usbmount/trunk/usbmount 2009-10-26 17:20:16 UTC (rev 66)
@@ -100,7 +100,7 @@
fi
# Try to use specifications in /etc/fstab first.
- if egrep -q "[[:space::]]*$DEVNAME" /etc/fstab; then
+ if egrep -q "[[:space:]]*$DEVNAME" /etc/fstab; then
log info "executing command: mount $DEVNAME"
mount $DEVNAME
More information about the Usbmount-commit
mailing list