[ -f check.time ] || touch check.time
FULL_MKFS_OPTIONS=`_scratch_mkfs_options`
-echo check: MKFS_OPTIONS -- $FULL_MKFS_OPTIONS
+echo "MKFS_OPTIONS -- $FULL_MKFS_OPTIONS"
umount $SCRATCH_DEV 2>/dev/null
# call the overridden mkfs.xfs - make sure the FS is built
# the same as we'll create it later.
fi
FULL_MOUNT_OPTIONS=`_scratch_mount_options`
-echo check: MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS
+echo "MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS"
# call the overridden mount - make sure the FS mounts with
# the same options that we'll mount with later.
if ! _scratch_mount >$tmp.err 2>&1