blob: cab55c47847ae5c6745a4466c0866655afe84cd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- splay-tk.tcl.orig 1997-04-06 12:36:35 UTC
+++ splay-tk.tcl
@@ -1,3 +1,9 @@
+#!/bin/sh
+# start up wish \
+exec wish "$0" "$@"
+
+set libdir %%DATADIR%%
+set images ${libdir}
#####################################################################
# SPlaY-Tk v2.0p1, (C) Andrew Hobgood #
# #
|