freebsd-ports/misc/dotfile/files/patch-af
Maxim Sobolev 40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00

10 lines
327 B
Text

--- dotfile.orig Sun Dec 21 05:40:27 1997
+++ dotfile Sun Jan 30 19:31:01 2000
@@ -23,6 +23,6 @@
echo "http://www.imada.ou.dk/~blackie/dotfile/"
echo ""
else
- exec /usr/local/bin/wish -f Generator/dotfile.tcl Generator Modules/$1 $2
+ exec %%LOCALBASE%%/bin/wish8.2 -f Generator/dotfile.tcl Generator Modules/$1 $2
fi