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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 5 03:52:56 PST 2015


Author: martinl
Date: 2015-12-05 03:52:56 -0800 (Sat, 05 Dec 2015)
New Revision: 67019

Modified:
   grass/trunk/mswindows/osgeo4w/preremove.bat
Log:
preremove: define batch variable

Modified: grass/trunk/mswindows/osgeo4w/preremove.bat
===================================================================
--- grass/trunk/mswindows/osgeo4w/preremove.bat	2015-12-05 11:34:56 UTC (rev 67018)
+++ grass/trunk/mswindows/osgeo4w/preremove.bat	2015-12-05 11:52:56 UTC (rev 67019)
@@ -1,7 +1,9 @@
+set BATCH=%OSGEO4W_ROOT%\bin\@GRASS_EXECUTABLE at .bat
+
 del "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION at .lnk"
 del "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION at .lnk"
 
-del "%OSGEO4W_ROOT%"\bin\@GRASS_EXECUTABLE at .bat
+del "%BATCH%"
 del "%OSGEO4W_ROOT%"\apps\grass\grass- at VERSION@\etc\fontcap
 del "%OSGEO4W_ROOT%"\apps\msys\bin\libintl3.dll
 del "%OSGEO4W_ROOT%"\apps\msys\bin\libiconv2.dll



More information about the grass-commit mailing list