summaryrefslogtreecommitdiff
path: root/databases/grass/files/patch-src::general::init::init.sh
blob: acf9a0fa00622cc087678baa1acc0c0448f20bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/general/init/init.sh.orig	Sun Mar 16 21:25:20 2003
+++ src/general/init/init.sh	Thu Oct  9 23:09:58 2003
@@ -165,12 +165,12 @@
 fi
 
 if [ ! "$GRASS_TCLSH" ] ; then
-    GRASS_TCLSH=tclsh
+    GRASS_TCLSH=tclsh8.3
     export GRASS_TCLSH
 fi
 
 if [ ! "$GRASS_WISH" ] ; then
-    GRASS_WISH=wish
+    GRASS_WISH=wish8.3
     export GRASS_WISH
 fi