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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 12 18:21:37 EST 2011


Author: hamish
Date: 2011-01-12 15:21:37 -0800 (Wed, 12 Jan 2011)
New Revision: 45000

Modified:
   grass/branches/develbranch_6/tools/g51.extract_description.sh
Log:
$((math)) reqs bash

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



More information about the grass-commit mailing list