diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -493,8 +493,9 @@ singlemount: | |||
493 | } | 493 | } |
494 | } | 494 | } |
495 | #endif | 495 | #endif |
496 | rc = mount_one(device, directory, filesystemType, flags, | 496 | if (!mount_one(device, directory, filesystemType, flags, |
497 | string_flags, useMtab, fakeIt, extra_opts, TRUE); | 497 | string_flags, useMtab, fakeIt, extra_opts, TRUE)) |
498 | rc = EXIT_FAILURE; | ||
498 | 499 | ||
499 | if (all == FALSE) | 500 | if (all == FALSE) |
500 | break; | 501 | break; |