summaryrefslogtreecommitdiff
blob: 72b6f36acd3b101313e8edef62361bd9b6e069a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- xspin523.tcl.orig	2010-04-03 12:26:48.000000000 +0200
+++ xspin523.tcl	2010-04-03 12:27:26.000000000 +0200
@@ -1,22 +1,4 @@
-#!/bin/sh
-# the next line restarts using wish \
-exec wish c:/cygwin/bin/xspin -- $*
-
-# cd	;# enable to cd to home directory by default
-
-# on PCs:
-# adjust the first argument to wish above with the name and
-# location of this tcl/tk file on your system, if different.
-#
-# Cygwin:
-# if you use cygwin, do not refer to the file as /usr/bin/xspin
-# /usr/bin is a symbolic link to /bin, which really
-# lives in c:/cygwin, hence the contortions above
-#
-# on Unix/Linux/Solaris systems
-# replace the first line with something like
-#	#!/usr/bin/wish -f
-# using the pathname for the wish executable on your system
+#!/usr/bin/wish -f
 
 #======================================================================#
 # Tcl/Tk Spin Controller, written by Gerard J. Holzmann, 1995-2009.    #