diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
commit | c19e9bbcd88a52be9da23bd690d98dafa6f16c6c (patch) | |
tree | c4f9046deff81e4552158bc8e727d42aad956f4d /editors/e93/files/patch-ah | |
parent | Update to 3.0.16 and change MAINTAINER. (diff) |
Update to 1.3.2 && change MAINTAINER.
PR: 21643
Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
Diffstat (limited to 'editors/e93/files/patch-ah')
-rw-r--r-- | editors/e93/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/e93/files/patch-ah b/editors/e93/files/patch-ah new file mode 100644 index 000000000000..cd0d45343b45 --- /dev/null +++ b/editors/e93/files/patch-ah @@ -0,0 +1,11 @@ +--- e93r.orig Fri Sep 29 03:29:30 2000 ++++ e93r Fri Sep 29 03:33:59 2000 +@@ -25,7 +25,7 @@ + + # NOTE: you may have to adjust the wish to e.g. /usr/local/bin/wish8.3 + # restart using wish \ +-exec wish "$0" "$@" ++exec wish8.2 "$0" "$@" + + # check presence of another e93 + set e93present "" |