1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +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:
Jim Meyering
1996-03-08 02:25:40 +00:00
parent a74458a36e
commit ff6400a018

View File

@@ -280,7 +280,9 @@ main (int argc, char **argv)
}
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);
if (mount_list == NULL)