freebsd-ports/databases/grass-i18n/files/patch-src::general::init::init.sh
Jeremy Lea 10af5ec2c9 A long overdue update of this port to 5.0.0pre3. Also enable a bunch of
additional functionality like the NVIZ interface and PostgreSQL support.

Submitted by:	Andreas Lange <Andreas.Lange@Rhein-Main.de> (in part)
2002-02-25 21:08:40 +00:00

17 lines
355 B
Bash

--- 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