Opened 11 years ago
Closed 11 years ago
#2287 closed defect (fixed)
MONITOR_*_(ENV|CMD|MAP)FILE variables
Reported by: | hcho | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | Display | Version: | svn-releasebranch70 |
Keywords: | d.mon, g.gisenv | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
I tried to get the MONITOR_wx0_CMDFILE variable from $GISRC with g.gisenv, but the variable name was automatically converted to uppercase with a warning "GRASS variable must be uppercase." and G_getenv couldn't find it of course. These MONITOR_*_*FILE variables have to be renamed to all uppercase according to the g.gisenv warning. Or mixed case should be allowed to be able to get MONITOR_* variables from the command line.
Change History (2)
comment:1 by , 11 years ago
Keywords: | d.mon added |
---|---|
Version: | unspecified → svn-releasebranch70 |
Note:
See TracTickets
for help on using tickets.
The related code seems to be here (rough "grep"):