[GRASS-SVN] r42966 -
grass/branches/releasebranch_6_4/general/g.mkfontcap
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 2 12:34:43 EDT 2010
Author: hamish
Date: 2010-08-02 16:34:43 +0000 (Mon, 02 Aug 2010)
New Revision: 42966
Modified:
grass/branches/releasebranch_6_4/general/g.mkfontcap/description.html
Log:
correct export syntax (merge from trunk)
Modified: grass/branches/releasebranch_6_4/general/g.mkfontcap/description.html
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mkfontcap/description.html 2010-08-02 16:34:31 UTC (rev 42965)
+++ grass/branches/releasebranch_6_4/general/g.mkfontcap/description.html 2010-08-02 16:34:43 UTC (rev 42966)
@@ -33,7 +33,7 @@
<div class="code"><pre>
# use local file version instead of system copy
GRASS_FONT_CAP=$HOME/.gfontcap
-export $GRASS_FONT_CAP
+export GRASS_FONT_CAP
g.mkfontcap
</pre></div>
More information about the grass-commit
mailing list