diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1999-09-27 16:43:39 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-09-27 16:43:39 +0000 |
commit | 9bd6844b10e3805900550298bb6ee35d4e895d37 (patch) | |
tree | 131297b582dd04fe6b24744d6c79f4a30cd5192a | |
parent | Finally fix all parts of thoteditor. (diff) |
I forgot the shell wrapper.
Notes
Notes:
svn path=/head/; revision=22006
-rw-r--r-- | editors/thoteditor/files/thoteditor | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/thoteditor/files/thoteditor b/editors/thoteditor/files/thoteditor new file mode 100644 index 000000000000..4b5268f64bb7 --- /dev/null +++ b/editors/thoteditor/files/thoteditor @@ -0,0 +1,4 @@ +#!/bin/sh +THOTDIR=%%PREFIX%%/share/thot +export THOTDIR +exec %%PREFIX%%/bin/thot |