]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
tabs cosmetics
authorElan Ruusamäe <glen@delfi.ee>
Wed, 24 Oct 2012 19:04:35 +0000 (22:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 24 Oct 2012 19:04:35 +0000 (22:04 +0300)
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.122654 seconds and 4 git commands to generate.