From: Nathan Scott Date: Tue, 12 Oct 2004 15:40:35 +0000 (+0000) Subject: Get things working for unusual filesystem types once again. X-Git-Tag: v1.1.0~776 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cc8c86246fbaa4160026149b9141ad336ace84c0;p=users%2Fhch%2Fxfstests-dev.git Get things working for unusual filesystem types once again. Merge of xfs-cmds-melb:slinx:19728a by kenmcd. --- diff --git a/common.rc b/common.rc index b80699492..09f64d0dd 100644 --- a/common.rc +++ b/common.rc @@ -178,7 +178,7 @@ _scratch_mkfs() $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 }