aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-11-04 02:28:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-11-04 02:28:31 +0000
commitf5fd1fa61e5c516a06605f0d9192c2b8a8495987 (patch)
tree7b692fba37ec34220cf593375baba5113e82edec /usr.bin/vi
parent3c669c7ea7ceff3fde94411683bc405aa7b5c5e7 (diff)
downloadsrc-f5fd1fa61e5c516a06605f0d9192c2b8a8495987.tar.gz
src-f5fd1fa61e5c516a06605f0d9192c2b8a8495987.zip
Fix PATH_MSGCAT
2.2 candidate
Notes
Notes: svn path=/head/; revision=19378
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h
index 5a4f5a938569..f469351ac439 100644
--- a/usr.bin/vi/pathnames.h
+++ b/usr.bin/vi/pathnames.h
@@ -9,7 +9,7 @@
#endif
#ifndef _PATH_MSGCAT
-#define _PATH_MSGCAT "./"
+#define _PATH_MSGCAT "/usr/share/vi/catalog/"
#endif
#ifndef _PATH_NEXRC