#1870: Calling back r.mapcalc statement in command console - parsing error
------------------------+---------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: svn-trunk
Keywords: | Platform: Linux
Cpu: x86-64 |
------------------------+---------------------------------------------------
First run a mapcalc statement in the command console, e.g., [[BR]]
r.mapcalc "A = 2*B"[[BR]]
Then use the 'up arrow' to call back the latest function. [[BR]]
It shows the r.mapcalc statement without quotes:[[BR]]
r.mapcalc A = 2*B[[BR]]
Which will not run, giving the error message 'Unable to parse command
'r.mapcalc = 2*B'
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1870>
GRASS GIS <http://grass.osgeo.org>