mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Typo in previous change.
This commit is contained in:
parent
4aab40db6c
commit
9c63729513
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26071
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user