summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 6717941..639ff4b 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -295,7 +295,7 @@ int main(int argc, char *argv[])
umount_usage();
exit(1);
}
- return(nfsumount(argc, argv));
+ exit(nfsumount(argc, argv) ? 0 : 1);
}
if ((argc < 2)) {