[GRASS-SVN] r55291 - grass-addons/tools/wiki

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 8 05:47:19 PST 2013


Author: martinl
Date: 2013-03-08 05:47:18 -0800 (Fri, 08 Mar 2013)
New Revision: 55291

Modified:
   grass-addons/tools/wiki/update-wiki.sh
Log:
fix typo in update-wiki.sh


Modified: grass-addons/tools/wiki/update-wiki.sh
===================================================================
--- grass-addons/tools/wiki/update-wiki.sh	2013-03-08 13:45:24 UTC (rev 55290)
+++ grass-addons/tools/wiki/update-wiki.sh	2013-03-08 13:47:18 UTC (rev 55291)
@@ -2,8 +2,12 @@
 
 # Update wiki installation (git pull)
 
-IKIPATH=/osgeo/grass/grass-wiki
-VERSION=1_20
+WIKIPATH=/osgeo/grass/grass-wiki
+if test -z "$1" ; then
+    VERSION=1_20
+else
+    VERSION=$1
+fi
 
 cd $WIKIPATH
 git branch | grep REL$VERSION | grep '^*'



More information about the grass-commit mailing list