This commit is contained in:
Rob Landley 2006-09-04 19:43:26 +00:00
parent 8cedabaee0
commit 4d609cb5a3

View File

@ -482,7 +482,7 @@ int mount_main(int argc, char **argv)
if (ENABLE_FEATURE_CLEAN_UP) endmntent(mountTable);
return EXIT_SUCCESS;
}
}
} else storage_path = bb_simplify_path(argv[optind]);
// When we have two arguments, the second is the directory and we can
// skip looking at fstab entirely. We can always abspath() the directory
@ -513,8 +513,6 @@ int mount_main(int argc, char **argv)
fstabname = bb_path_mtab_file;
else fstabname="/etc/fstab";
storage_path = bb_simplify_path(argv[optind]);
if (!(fstab=setmntent(fstabname,"r")))
bb_perror_msg_and_die("Cannot read %s",fstabname);