diff options
author | Matthias Hentges <oe@hentges.net> | 2005-04-07 03:24:01 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2005-04-07 03:24:01 +0000 |
commit | 40fe25efc09473aa972c796d02dd70840c976c7b (patch) | |
tree | cf4da583341fbd21e52be7fcb5bddddeaf1fd8db /packages/unionfs/unionroot-utils | |
parent | a6ad868a56d7fb90acc714b3da7a8ee75c080b5c (diff) |
unionroot: bump PR
BKrev: 4254a7d1XFUvnXUhuXkBnTBzlL9TFQ
Diffstat (limited to 'packages/unionfs/unionroot-utils')
-rw-r--r-- | packages/unionfs/unionroot-utils/mount.unionroot | 1 |
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` |