[GRASS-dev] [GRASS GIS] #2681: Remove legacy meaning of LOCATION variable

#2681: Remove legacy meaning of LOCATION variable
-------------------------+-------------------------------------------------
  Reporter: wenzeslaus | Owner: grass-dev@…
      Type: task | Status: new
  Priority: blocker | Milestone: 8.0.0
Component: Startup | Version: svn-trunk
Resolution: | Keywords: init, grass.py, interface, CLI,
       CPU: | environment variables
  Unspecified | Platform: All
-------------------------+-------------------------------------------------

Comment (by wenzeslaus):

In [changeset:"73352" 73352]:
{{{
#!CommitTicketReference repository="" revision="73352"
init: use MAPSET_PATH instead of LOCATION for full path to current mapset
variable (see #2681)

Changes the (local) shell variable used to refer to full path to the
current mapset from LOCATION to MAPSET_PATH. The name LOCATION was
a lagacy name (see also LOCATION_NAME) reintroduced in r60216
(not mentioned in the commit message, used locally like in the Python
prompt).
The LOCATION is kept for backwards compatibility and can be safely removed
for the next major release (8.0).
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2681#comment:6&gt;
GRASS GIS <https://grass.osgeo.org>