[GRASS-SVN] r48449 - grass/branches/develbranch_6/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 24 11:51:47 EDT 2011


Author: mmetz
Date: 2011-09-24 08:51:46 -0700 (Sat, 24 Sep 2011)
New Revision: 48449

Modified:
   grass/branches/develbranch_6/scripts/windows_launch.bat
Log:
fix for #1447

Modified: grass/branches/develbranch_6/scripts/windows_launch.bat
===================================================================
--- grass/branches/develbranch_6/scripts/windows_launch.bat	2011-09-24 15:51:37 UTC (rev 48448)
+++ grass/branches/develbranch_6/scripts/windows_launch.bat	2011-09-24 15:51:46 UTC (rev 48449)
@@ -1 +1 @@
-@"%GRASS_SH%" -c '"%GISBASE%/scripts/SCRIPT_NAME" %*'
+@"%GRASS_SH%" "%GISBASE%/scripts/SCRIPT_NAME" %*



More information about the grass-commit mailing list