[GRASS-CVS] markus: grass6/lib/init grass.bat, 1.5.2.1,
1.5.2.2 init.sh, 1.120, 1.120.2.1
grass at intevation.de
grass at intevation.de
Thu Nov 29 09:46:49 EST 2007
Author: markus
Update of /grassrepository/grass6/lib/init
In directory doto:/tmp/cvs-serv21385
Modified Files:
Tag: releasebranch_6_3
grass.bat init.sh
Log Message:
sync'ed with HEAD
Index: grass.bat
===================================================================
RCS file: /grassrepository/grass6/lib/init/grass.bat,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- grass.bat 24 Oct 2007 15:32:31 -0000 1.5.2.1
+++ grass.bat 29 Nov 2007 14:46:47 -0000 1.5.2.2
@@ -15,7 +15,12 @@
rem set GRASS_WISH=wish.exe
rem Path to the shell command
+rem (adjust to where you installed msys or another shell)
rem set GRASS_SH=c:\msys\1.0\bin\sh.exe
+
+rem Path to utilities used by some scripts, such as awk, sed, etc
+rem (adjust to where you installed msys, gnuwin32, or other similar utilises)
+rem set set PATH=%PATH%;c:\msys\1.0\bin;c:\msys\1.0\lib
rem Path to your web browser
rem set GRASS_HTML_BROWSER=%SYSTEMDRIVE%/PROGRA~1/INTERN~1/IEXPLORE.EX
Index: init.sh
===================================================================
RCS file: /grassrepository/grass6/lib/init/init.sh,v
retrieving revision 1.120
retrieving revision 1.120.2.1
diff -u -d -r1.120 -r1.120.2.1
--- init.sh 6 Oct 2007 05:04:58 -0000 1.120
+++ init.sh 29 Nov 2007 14:46:47 -0000 1.120.2.1
@@ -9,7 +9,7 @@
# Huidae Cho - Korea - grass4u at gmail.com
# Justin Hickey - Thailand - jhickey at hpcc.nectec.or.th
# Markus Neteler - Germany/Italy - neteler at itc.it
-# Hamish Bowman - New Zealand - hamish_nospam at yahoo,com
+# Hamish Bowman - New Zealand - hamish_nospam at yahoo,com
# PURPOSE: The source file for this shell script is in
# src/general/init/init.sh. It sets up some environment
# variables and the lock file. It also parses any remaining
@@ -786,6 +786,15 @@
fi
fi
+cat <<EOF
+ __________ ___ __________ _______________
+ / ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/
+ / / __/ /_/ / /| | \__ \\\\_ \\ / / __ / / \\__ \\
+ / /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /
+ \____/_/ |_/_/ |_/____/____/ \____/___//____/
+
+EOF
+
if [ -f "$GISBASE/locale/$LCL/etc/welcome" ] ; then
cat "$GISBASE/locale/$LCL/etc/welcome"
else
@@ -810,6 +819,8 @@
esac
echo "When ready to quit enter: exit"
+echo
+
case "$sh" in
More information about the grass-commit
mailing list