aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-03-26 06:04:37 +0800
committeradam <adam@FreeBSD.org>1996-03-26 06:04:37 +0800
commita9ddcc6f4a196505cce16639f49442bbf15914c8 (patch)
treededa4049b4ab375976aa995470a56d2a18d7b978 /editors
parenta357dbe5c8f2c08e4a2297928a7ba7eca5eb6202 (diff)
downloadfreebsd-ports-gnome-a9ddcc6f4a196505cce16639f49442bbf15914c8.tar.gz
freebsd-ports-gnome-a9ddcc6f4a196505cce16639f49442bbf15914c8.tar.zst
freebsd-ports-gnome-a9ddcc6f4a196505cce16639f49442bbf15914c8.zip
':' was missing from constructed PATH
Diffstat (limited to 'editors')
-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 ea5216007827..0aae012dccaa 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];