[GRASS-dev] v.report broken when UNITSPARAM is quoted
Maciej Sieczka
tutey at o2.pl
Thu Apr 3 16:06:18 EDT 2008
In v.report r30407, lines 153 and 162, the UNITSPARAM variable became
quoted. This makes the script print empty output when no explicit unit
is specified, because v.to.db syntax becomes internaly eg.:
v.to.db -p map=tmcz opt=coor col=dummy1,dummy2,dummy3 ''
and the empty single quotes in the end of the string results in an error:
Sorry <> is not a valid option
Anybody minds if I strip the problematic double quotes off?
Maciek
More information about the grass-dev
mailing list