From eedff6c44bf07ebb414c85ec464f53dc61127a7e Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 23 May 1997 17:07:00 +0000 Subject: Typo in previous change. --- sbin/mount_union/mount_union.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_union') 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", -- cgit v1.1