#595: WinGRASS g.version -c fails
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: [email protected]
Type: defect | Status: new
Priority: critical | Milestone: 6.4.0
Component: License | Version: 6.4.0 RCs
Keywords: wingrass gpl | Platform: MSWindows XP
Cpu: x86-32 |
--------------------------+-------------------------------------------------
Hi,
if you try 'g.version -c' to print the COPYING file it doesn't because the
$GISBASE/etc/VERSION file is empty.
Apparently the g.version/Makefile sed magic is failing:
{{{
COPYING:
cat ./../../COPYING | sed -f sed.script | tr -d '\012' >
$(GRASS_VERSION_FILE)
}}}
sed.script contains:
{{{
s/.*$/&\\n/g
}}}
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/595>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev