diff options
Diffstat (limited to 'astro/tkseti/files/patch-aa')
-rw-r--r-- | astro/tkseti/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa index 6a16b7ea0f7f..c48f48587580 100644 --- a/astro/tkseti/files/patch-aa +++ b/astro/tkseti/files/patch-aa @@ -1,14 +1,14 @@ ---- tkseti.orig Sun Oct 31 10:12:05 1999 -+++ tkseti Thu Nov 18 18:48:20 1999 +--- tkseti.orig Fri Jun 8 16:23:37 2001 ++++ tkseti Mon Jun 11 10:22:48 2001 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" ${1+"$@"} -+exec wish8.2 "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} ############################################################################# # Visual Tcl v1.20 Project # -@@ -181,11 +181,11 @@ +@@ -189,11 +189,11 @@ TkSETI can be started if the client is already running, or it can start the client manually or automatically for you. This is explained in the Setup section that follows. @@ -25,7 +25,7 @@ tkseti ~/setiathome -@@ -554,7 +554,7 @@ +@@ -551,7 +551,7 @@ if {[catch {info nameofexecutable} nameofexecutable]} { set nameofexecutable wish } @@ -34,7 +34,7 @@ if {[lsearch $argv "--help"] >= 0} { puts \n$seti(usage) -@@ -569,7 +569,7 @@ +@@ -566,7 +566,7 @@ option add *highlightBackground grey85 user if {$argc == 0} { @@ -42,4 +42,4 @@ + set seti(setidir) /var/db/setiathome } { set seti(setidir) [lindex $argv 0] - } + if {[string index $seti(setidir) 0] != "/"} { |