[GRASS-dev] Re: [GRASS GIS] #1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1

GRASS GIS trac at osgeo.org
Thu Oct 28 05:40:23 EDT 2010


#1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1
----------------------------------+-----------------------------------------
 Reporter:  lponti                |       Owner:  grass-dev@…              
     Type:  defect                |      Status:  new                      
 Priority:  normal                |   Milestone:  6.4.1                    
Component:  Vector                |     Version:  6.4.0                    
 Keywords:  g.mremove, wildcards  |    Platform:  MSWindows 7              
      Cpu:  x86-32                |  
----------------------------------+-----------------------------------------

Comment(by lponti):

 Still having the same issue using recent svn snapshopts: g.mremove needs
 to be run twice when used with wildcards to remove vectors.

 I have g.mremove in a cleanup routine inside a bash script

 {{{
 cleanup()
 {
         # Remove temp directory.
         \rm -rf $DIRTMP
         # Remove temp text files.
         \rm -f ~/clipRegion.txt
         #[...]
         # Remove gis temp files in latlong location
         g.mremove -f vect=map*
         #[...]
 }
 }}}

 Currently using GRASS from installer WinGRASS-6.4.SVN-r43880-1-Setup.exe

 Any hints appreciated. Thanks and regards,

 Luigi

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1158#comment:8>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list