summaryrefslogtreecommitdiffstats
path: root/editors/uemacs
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-03-25 22:04:37 +0000
committeradam <adam@FreeBSD.org>1996-03-25 22:04:37 +0000
commita9ddcc6f4a196505cce16639f49442bbf15914c8 (patch)
treededa4049b4ab375976aa995470a56d2a18d7b978 /editors/uemacs
parenta357dbe5c8f2c08e4a2297928a7ba7eca5eb6202 (diff)
downloadFreeBSD-ports-a9ddcc6f4a196505cce16639f49442bbf15914c8.zip
FreeBSD-ports-a9ddcc6f4a196505cce16639f49442bbf15914c8.tar.gz
':' was missing from constructed PATH
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/uemacs/files/patch-aa b/editors/uemacs/files/patch-aa
index ea52160..0aae012 100644
--- a/editors/uemacs/files/patch-aa
+++ b/editors/uemacs/files/patch-aa
@@ -65,7 +65,7 @@ diff -crN --exclude=*freebsd* ue312.orig/src/bind.c ue312/src/bind.c
path = getenv("DPATH");
#else
! strcat(patha, getenv("PATH"));
-! strcat(patha, "/usr/local/lib/uemacs");
+! strcat(patha, ":/usr/local/lib/uemacs");
#endif
#endif
+ path = &patha[0];
OpenPOWER on IntegriCloud