]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - mount.vdi
install VBoxClient-all, drop xinitrc.d, assume modern desktop for autostart stuff
[packages/VirtualBox.git] / mount.vdi
index a6692eebf5d10d821d67b98fcea7c4b6fcd9eff6..69fb458c1f9f8762f50ed852d006fd312d247240 100755 (executable)
--- a/mount.vdi
+++ b/mount.vdi
@@ -113,8 +113,8 @@ OFFSET=
 OLDIFS=$IFS
 IFS=", "
 for opt in $OPTIONS; do
-    KEY=${opt%=*};
-    VAL=${opt#*=};
+       KEY=${opt%=*};
+       VAL=${opt#*=};
        case "$KEY" in
        part|partition)
                PARTITION="$VAL"
@@ -164,5 +164,5 @@ fi
 # $MOUNTPOINT might not exist as mount can try to read it from /etc/fstab
 $MOUNT $MOUNTARGS ${FSTYPE:+-t "$FSTYPE"} ${MOUNTOPTIONS:+-o "$MOUNTOPTIONS"} "$DEVICE" "$MOUNTPOINT"
 if [ $? -ne 0 ]; then
-    echo >&2 "$PROGRAM: error mounting $DEVICE"
+       echo >&2 "$PROGRAM: error mounting $DEVICE"
 fi
This page took 0.023442 seconds and 4 git commands to generate.