git: 8ba2237332b1 - stable/14 - install: Fix typo
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a6877a6.1c723.34affb86__2389.85611810989$1785231373$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=8ba2237332b1f0bf6dcb4f2edd84db76438c8c91 commit 8ba2237332b1f0bf6dcb4f2edd84db76438c8c91 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-07-22 06:04:18 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-07-28 09:33:02 +0000 install: Fix typo MFC after: 1 week Reported by: markj Fixes: d34870708db9 ("install: Allow installing stdin") (cherry picked from commit 0eef3d01c22a5e00cd2cf10c34871eddbfd22aa0) --- usr.bin/xinstall/xinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 56d8a1ceb152..8f7bbb5f8335 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -77,7 +77,7 @@ static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #ifndef _PATH_STDIN # ifndef _PATH_DEV -# defne _PATH_DEV "/dev/" +# define _PATH_DEV "/dev/" # endif # define _PATH_STDIN _PATH_DEV "stdin" #endif