summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionroot-utils
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2005-04-07 03:24:01 +0000
committerMatthias Hentges <oe@hentges.net>2005-04-07 03:24:01 +0000
commit40fe25efc09473aa972c796d02dd70840c976c7b (patch)
treecf4da583341fbd21e52be7fcb5bddddeaf1fd8db /packages/unionfs/unionroot-utils
parenta6ad868a56d7fb90acc714b3da7a8ee75c080b5c (diff)
unionroot: bump PR
BKrev: 4254a7d1XFUvnXUhuXkBnTBzlL9TFQ
Diffstat (limited to 'packages/unionfs/unionroot-utils')
-rw-r--r--packages/unionfs/unionroot-utils/mount.unionroot1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/unionfs/unionroot-utils/mount.unionroot b/packages/unionfs/unionroot-utils/mount.unionroot
index 01214e29cd..ac0f9a08f1 100644
--- a/packages/unionfs/unionroot-utils/mount.unionroot
+++ b/packages/unionfs/unionroot-utils/mount.unionroot
@@ -63,7 +63,6 @@ if ! [ -z "$DO_FSTAB" ]; then
fi
# Get mount-point for device name, if device name is given
-# Why would we need that? A possible device would have been found in the for-loop.
if echo "$MOUNT_POINT" | grep -q "^${DEVICE}"; then
MOUNT_POINT_TEMP=`echo $MOUNT_POINT | sed -e "s/\//\\\\\\\\\//g"`
NEW_MOUNT_POINT=`awk "/$MOUNT_POINT_TEMP/ {print "'$2'"}" /etc/fstab`