summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 770be86..17e08eb 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -644,7 +644,7 @@ mangle(options, argcp, argv)
*p = '\0';
argv[argc++] = p+1;
}
- } else if (strcmp(p, "rw") != 0) {
+ } else {
argv[argc++] = strdup("-o");
argv[argc++] = p;
}
OpenPOWER on IntegriCloud