Skip to content

Commit

Permalink
tabs cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 24, 2012
1 parent f7b8272 commit 3b729c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mount.vdi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit 3b729c5

Please sign in to comment.