[GRASS-SVN] r66921 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 25 09:31:34 PST 2015


Author: martinl
Date: 2015-11-25 09:31:34 -0800 (Wed, 25 Nov 2015)
New Revision: 66921

Removed:
   grass/trunk/mswindows/osgeo4w/grass.tmpl
Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
winGRASS: remove ununsed shell startup script


Deleted: grass/trunk/mswindows/osgeo4w/grass.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/grass.tmpl	2015-11-25 17:24:10 UTC (rev 66920)
+++ grass/trunk/mswindows/osgeo4w/grass.tmpl	2015-11-25 17:31:34 UTC (rev 66921)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-#########################################################################
-#
-# GRASS initialization shell script (OSGeo4W)
-#
-#########################################################################
-
-OSGEO4W_ROOT_MSYS="@OSGEO4W_ROOT_MSYS@"
-GISBASE="$OSGEO4W_ROOT_MSYS/apps/grass/grass- at VERSION@"
-GRASS_SH="$OSGEO4W_ROOT_MSYS/apps/msys/bin/sh.exe"
-GRASS_PYTHON="$OSGEO4W_ROOT_MSYS/bin/python.exe"
-PYTHONHOME="$OSGEO4W_ROOT_MSYS/apps/Python27"
-GRASS_PROJSHARE="$OSGEO4W_ROOT_MSYS/share/proj"
-PATH="$OSGEO4W_ROOT_MSYS/apps/grass/grass- at VERSION@/bin:$PATH"
-
-export OSGEO4W_ROOT_MSYS GISBASE GRASS_SH GRASS_PYTHON PYTHONHOME GRASS_PROJSHARE
-export PATH
-
-"$GRASS_PYTHON" "$GISBASE/etc/grass at POSTFIX@.py" "$@"
-
-exit 0

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2015-11-25 17:24:10 UTC (rev 66920)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2015-11-25 17:31:34 UTC (rev 66921)
@@ -158,8 +158,6 @@
 mkdir -p $OSGEO4W_ROOT_MSYS/etc/preremove $OSGEO4W_ROOT_MSYS/etc/postinstall
 sed -e "s#@VERSION@#$VERSION#g" -e "s#@OSGEO4W_ROOT@#$OSGEO4W_ROOT#g" -e "s#@POSTFIX@#$MAJOR$MINOR#g" \
     mswindows/osgeo4w/grass.bat.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.bat
-sed -e "s#@VERSION@#$VERSION#g" -e "s#@OSGEO4W_ROOT_MSYS@#$OSGEO4W_ROOT_MSYS#g" -e "s#@POSTFIX@#$MAJOR$MINOR#g" \
-    mswindows/osgeo4w/grass.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}
 sed -e "s#@VERSION@#$VERSION#g" -e "s#@OSGEO4W_ROOT_MSYS@#$OSGEO4W_ROOT#g" \
     mswindows/osgeo4w/env.bat.tmpl >$OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/etc/env.bat
 sed -e "s#@VERSION@#$VERSION#g" -e "s#@GRASS_EXECUTABLE@#$GRASS_EXECUTABLE#g" \
@@ -185,8 +183,6 @@
 
     sed -e "s#@VERSION@#$VERSION#g" -e "s#@POSTFIX@#$MAJOR$MINOR#g" \
 	$SRC/mswindows/osgeo4w/grass.bat.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.bat.tmpl
-    sed -e "s#@VERSION@#$VERSION#g" -e "s#@OSGEO4W_ROOT_MSYS@#@OSGEO4W_ROOT@#g" -e "s#@POSTFIX@#$MAJOR$MINOR#g" \
-	$SRC/mswindows/osgeo4w/grass.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.tmpl
     
     # bat files - unix2dos
     unix2dos bin/${GRASS_EXECUTABLE}.bat.tmpl



More information about the grass-commit mailing list