aboutsummaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-03-25 22:04:37 +0000
committerAdam David <adam@FreeBSD.org>1996-03-25 22:04:37 +0000
commitacd65d06a52964b08584fdcc1e91cbc3afe10702 (patch)
treee5a071af01466db28bc2cdb824e018524dd0b18c /editors/uemacs
parent298de01e8652e43c82aaefb6a35d2ae6b864e709 (diff)
downloadports-acd65d06a52964b08584fdcc1e91cbc3afe10702.tar.gz
ports-acd65d06a52964b08584fdcc1e91cbc3afe10702.zip
':' was missing from constructed PATH
Notes
Notes: svn path=/head/; revision=2891
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 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];