summaryrefslogtreecommitdiff
path: root/databases/grass-i18n/files/patch-src::general::init::init.sh
blob: 1dde7a048f014806d53c27a0971ea2291e3668c1 (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	Tue Feb 12 11:32:40 2002
+++ src/general/init/init.sh	Tue Feb 12 11:32:52 2002
@@ -76,12 +76,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