Get things working for unusual filesystem types once again.

Merge of xfs-cmds-melb:slinx:19728a by kenmcd.
This commit is contained in:
Nathan Scott
2004-10-12 15:40:35 +00:00
parent f597e89d23
commit cc8c86246f
+1 -1
View File
@@ -178,7 +178,7 @@ _scratch_mkfs()
$MKFS_UDF_PROG $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null $MKFS_UDF_PROG $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null
;; ;;
*) *)
/sbin/mkfs -t $FSTYP $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null /sbin/mkfs -t $FSTYP -- $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null
;; ;;
esac esac
} }