[GRASS-SVN] r56929 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 25 19:05:45 PDT 2013


Author: hamish
Date: 2013-06-25 19:05:45 -0700 (Tue, 25 Jun 2013)
New Revision: 56929

Modified:
   grass/trunk/lib/init/grass.sh
Log:
GRASS_PYTHON needs to be quoted as path may contain a space

Modified: grass/trunk/lib/init/grass.sh
===================================================================
--- grass/trunk/lib/init/grass.sh	2013-06-26 02:03:27 UTC (rev 56928)
+++ grass/trunk/lib/init/grass.sh	2013-06-26 02:05:45 UTC (rev 56929)
@@ -28,4 +28,4 @@
 fi
 export GRASS_PYTHON
 
-exec $GRASS_PYTHON "@BINDIR@/grass70.py" "$@" &
+exec "$GRASS_PYTHON" "@BINDIR@/grass70.py" "$@" &



More information about the grass-commit mailing list