[GRASS-dev] g.extension continued problems

Hamish hamish_b at yahoo.com
Tue Sep 4 03:20:41 PDT 2012


Anna wrote:
> it works for me even though I don't have pandoc:
> 
> g.extension extension=g.copyall
> svnurl=http://svn.osgeo.org/grass/grass-addons/grass7
> Fetching <g.copyall> from GRASS-Addons SVN (be
> patient)...
> Compiling...
> /bin/sh: pandoc: not found

I suspect this line in Rest.make (--> ReST.make) should have a 2> /dev/null
as well as > /dev/null, and/or isn't working as expected.

      @(type pandoc > /dev/null || (echo "ERROR: Install 'pandoc' software first (get from http://johnmacfarlane.net/pandoc/)" && exit 1))


Hamish


More information about the grass-dev mailing list