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
@@ -319,7 +319,7 @@ case "$FSTYP" in
[ "$MKFS_XFS_PROG" = "" ] && _fatal "mkfs_xfs not found"
;;
udf)
[ "$MKFS_UDF_PROG" = "" ] && _fatal "mkfs_udf not found"
[ "$MKFS_UDF_PROG" = "" ] && _fatal "mkfs_udf/mkudffs not found"
;;
nfs)
;;