summaryrefslogtreecommitdiffstats
path: root/sbin/mount_union
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-05-23 17:07:00 +0000
committerdfr <dfr@FreeBSD.org>1997-05-23 17:07:00 +0000
commiteedff6c44bf07ebb414c85ec464f53dc61127a7e (patch)
tree1902d869f755be9ad99f23cc4d2e1ffccd3a026c /sbin/mount_union
parent1dab91ea8db7b817dfe23cc8c51b95b1f60061c5 (diff)
downloadFreeBSD-src-eedff6c44bf07ebb414c85ec464f53dc61127a7e.zip
FreeBSD-src-eedff6c44bf07ebb414c85ec464f53dc61127a7e.tar.gz
Typo in previous change.
Diffstat (limited to 'sbin/mount_union')
-rw-r--r--sbin/mount_union/mount_union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_union/mount_union.c b/sbin/mount_union/mount_union.c
index 03b0f2f..699a01c 100644
--- a/sbin/mount_union/mount_union.c
+++ b/sbin/mount_union/mount_union.c
@@ -108,7 +108,7 @@ main(argc, argv)
err(EX_OSERR, "%s", target);
if (realpath(argv[1], source) == 0)
- err(EX_OSERR, "%s", target);
+ err(EX_OSERR, "%s", source);
if (subdir(target, source) || subdir(source, target))
errx(EX_USAGE, "%s (%s) and %s (%s) are not distinct paths",
OpenPOWER on IntegriCloud