View | Details | Raw Unified | Return to bug 58172
Collapse All | Expand All

(-)files/patch-exerciser.tcl (-1 / +1 lines)
Lines 5-11 Link Here
5
 #!/bin/bash
5
 #!/bin/bash
6
 #\
6
 #\
7
-exec wish8.2 "$0" ${1+"$@"}
7
-exec wish8.2 "$0" ${1+"$@"}
8
+exec wish8.3 "$0" ${1+"$@"}
8
+exec wish8.4 "$0" ${1+"$@"}
9
 
9
 
10
-set SRLPORT /dev/ttyS0
10
-set SRLPORT /dev/ttyS0
11
+set SRLPORT /dev/cuaa0
11
+set SRLPORT /dev/cuaa0
(-)files/patch-gpsman.tcl (-2 / +2 lines)
Lines 3-11 Link Here
3
+++ gpsman.tcl	Mon Mar 10 17:28:28 2003
3
+++ gpsman.tcl	Mon Mar 10 17:28:28 2003
4
@@ -1,6 +1,6 @@
4
@@ -1,6 +1,6 @@
5
 #!/bin/sh
5
 #!/bin/sh
6
 # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \
6
 # This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \
7
-exec wish "$0" "$@"
7
-exec wish "$0" "$@"
8
+exec wish8.3 "$0" "$@"
8
+exec wish8.4 "$0" "$@"
9
 
9
 
10
 #
10
 #
11
 #  gpsman --- GPS Manager: a manager for GPS receiver data
11
 #  gpsman --- GPS Manager: a manager for GPS receiver data

Return to bug 58172