mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-07 09:11:11 +02:00
(main): Tell read_filesystem_list that it should determine file system type
when the user specifies --print-type or -T. From Michael Rendell <michael@cs.mun.ca>
This commit is contained in:
@@ -280,7 +280,9 @@ main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
mount_list =
|
mount_list =
|
||||||
read_filesystem_list ((fs_select_list != NULL || fs_exclude_list != NULL),
|
read_filesystem_list ((fs_select_list != NULL
|
||||||
|
|| fs_exclude_list != NULL
|
||||||
|
|| print_type),
|
||||||
show_all_fs);
|
show_all_fs);
|
||||||
|
|
||||||
if (mount_list == NULL)
|
if (mount_list == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user