diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
commit | 75802943a41a8d04904b4f8f73577c1e1f41bd19 (patch) | |
tree | cdb15359f6b17edd36ab0ef3a40572e8e1afb2d9 /misc/dotfile/files | |
parent | 8ec81ff63c63edeff820bab082cf56a6e9155929 (diff) | |
download | FreeBSD-ports-75802943a41a8d04904b4f8f73577c1e1f41bd19.zip FreeBSD-ports-75802943a41a8d04904b4f8f73577c1e1f41bd19.tar.gz |
- Support LOCALBASE properly (in setting path to custom wish script)
PR: 19470
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/dotfile/files')
-rw-r--r-- | misc/dotfile/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dotfile/files/patch-af b/misc/dotfile/files/patch-af index 4d47e38..6558997 100644 --- a/misc/dotfile/files/patch-af +++ b/misc/dotfile/files/patch-af @@ -5,6 +5,6 @@ echo "" else - exec /usr/local/bin/wish -f Generator/dotfile.tcl Generator Modules/$1 $2 -+ exec /usr/local/bin/wish8.2 -f Generator/dotfile.tcl Generator Modules/$1 $2 ++ exec %%LOCALBASE%%/bin/wish8.2 -f Generator/dotfile.tcl Generator Modules/$1 $2 fi |