[GRASS-dev] [GRASS GIS] #1803: GRASS 6.4.3RC1 on Win 7: grass64.bat fails due to UNIX line endings in Init.bat

GRASS GIS trac at osgeo.org
Thu Feb 21 18:57:11 PST 2013


#1803: GRASS 6.4.3RC1 on Win 7: grass64.bat fails due to UNIX line endings in
Init.bat
--------------------------------------+-------------------------------------
 Reporter:  msieczka                  |       Owner:  grass-dev@…              
     Type:  defect                    |      Status:  new                      
 Priority:  critical                  |   Milestone:  6.4.3                    
Component:  Startup                   |     Version:  6.4.3 RCs                
 Keywords:  Init.bat, CRLF, wingrass  |    Platform:  MSWindows 7              
      Cpu:  x86-64                    |  
--------------------------------------+-------------------------------------
Changes (by hamish):

  * keywords:  Init.bat, CRLF => Init.bat, CRLF, wingrass


Comment:

 Replying to [comment:10 neteler]:
 > Please update  grass-addons/tools/module_svn_propset.sh
 > to do it properly. Then it becomes an easy job.

 done, & all .bat files in main svn now updated in r55154,5,6.



 I notice have this unchecked-in change for grass6x/lib/init/init.bat:
 {{{
 Index: lib/init/init.bat
 ===================================================================
 --- lib/init/init.bat   (revision 55154)
 +++ lib/init/init.bat   (working copy)
 @@ -142,9 +142,9 @@

  set PYTHONPATH=%PYTHONPATH%;%GISBASE%\etc\python;%GISBASE%\etc\wxpython

 -python "%GISBASE%/etc/wxpython/gis_set.py"
 +"%GRASS_PYTHON%" "%GISBASE%/etc/wxpython/gis_set.py"
  if %errorlevel% == 2 goto exitinit
 -python "%GISBASE%/etc/wxpython/wxgui.py"
 +"%GRASS_PYTHON%" "%GISBASE%/etc/wxpython/wxgui.py"

  goto exitinit

 }}}


 any thoughts?


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1803#comment:11>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list