Fixed general IRIX/Linux problems when running the -udf option.

Changed specific _scratch_xfs_mkfs to general _scratch_mkfs call.
This commit is contained in:
ptools
2004-07-09 04:04:14 +00:00
parent 04caa29aa4
commit af9fb020ce
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ _scratch_mkfs()
# do nothing for nfs
;;
udf*)
$MKFS_PROG -t $FSTYP $MKFS_OPTIONS $* > /dev/null
$MKFS_UDF_PROG $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null
;;
*)
/sbin/mkfs -t $FSTYP $MKFS_OPTIONS $* $SCRATCH_DEV > /dev/null