[GRASS-dev] [GRASS GIS] #1727: v.in.lines not work on Window 7 64 bit
GRASS GIS
trac at osgeo.org
Tue Apr 23 17:32:41 PDT 2013
#1727: v.in.lines not work on Window 7 64 bit
--------------------------+-------------------------------------------------
Reporter: antonioall | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: critical | Milestone: 6.4.3
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.in.lines, g.tempfile
Platform: MSWindows 7 | Cpu: x86-64
--------------------------+-------------------------------------------------
Changes (by hamish):
* cc: marisn (added)
Comment:
it's the `GRASS GIS 6.x Old TclTk GUI` startup menu item which is eating
the C: part of GISDBASE.
specifically this line in lib/init/gis_set.tcl:
{{{
if { [regexp -- {^GISDBASE.*:(.*)$} $thisline dummy env_database] } {
set database [string trim $env_database]
}
}}}
looking into why it isn't like `{|^GISDBASE: \(.*\)$}` already with 'svn
blame', looks like r45817 introduced it. Maris, do you remember what the
problem is that was fixing, so we can avoid reintroducing it?
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1727#comment:17>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list