[GRASS-SVN] r45001 - grass/branches/develbranch_6/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 12 18:22:52 EST 2011


Author: hamish
Date: 2011-01-12 15:22:52 -0800 (Wed, 12 Jan 2011)
New Revision: 45001

Modified:
   grass/branches/develbranch_6/tools/g51.extract_description.sh
Log:
$(( math )) doesn't need bash after all


Modified: grass/branches/develbranch_6/tools/g51.extract_description.sh
===================================================================
--- grass/branches/develbranch_6/tools/g51.extract_description.sh	2011-01-12 23:21:37 UTC (rev 45000)
+++ grass/branches/develbranch_6/tools/g51.extract_description.sh	2011-01-12 23:22:52 UTC (rev 45001)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 #fetch the description stuff from HTML pages for 5.7
 



More information about the grass-commit mailing list