From cc8c86246fbaa4160026149b9141ad336ace84c0 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 12 Oct 2004 15:40:35 +0000 Subject: [PATCH] Get things working for unusual filesystem types once again. Merge of xfs-cmds-melb:slinx:19728a by kenmcd. --- common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.rc b/common.rc index b8069949..09f64d0d 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 } -- 2.39.5