[GRASS-SVN] r54712 - grass-addons/tools/addons

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 19 12:11:14 PST 2013


Author: martinl
Date: 2013-01-19 12:11:14 -0800 (Sat, 19 Jan 2013)
New Revision: 54712

Modified:
   grass-addons/tools/addons/compile.sh
Log:
addons logs: cosmetics in title


Modified: grass-addons/tools/addons/compile.sh
===================================================================
--- grass-addons/tools/addons/compile.sh	2013-01-19 18:54:40 UTC (rev 54711)
+++ grass-addons/tools/addons/compile.sh	2013-01-19 20:11:14 UTC (rev 54712)
@@ -28,6 +28,7 @@
 cd "$SVN_PATH"
 
 date=`date -I`
+uname=`uname`
 mkdir "$ADDON_PATH/logs"
 touch "$ADDON_PATH/logs/ALL.log"
 echo "<!--<?xml-stylesheet href=\"style.css\" type=\"text/css\"?>-->
@@ -38,7 +39,7 @@
 
 <head>
 <meta http-equiv=\"Content-Type\" content=\"application/xhtml+xml; charset=utf-8\" />
-<title>WinGRASS $ADDON_PATH AddOns Logs</title>
+<title>GRASS $ADDON_PATH AddOns Logs</title>
 <style type=\"text/css\">
 h1 { font-size: 125%; font-weight: bold; }
 table
@@ -52,7 +53,7 @@
 </style>
 </head>
 <body>
-<h1>WinGRASS $GRASS_VERSION AddOns (logs gererated $date)</h1>
+<h1>GRASS $GRASS_VERSION AddOns / $uname (logs gererated $date)</h1>
 <hr /> 
 <table cellpadding=\"5\">
 <tr><th style=\"background-color: grey\">AddOns</th>



More information about the grass-commit mailing list