[GRASS-SVN] r45002 - grass/branches/develbranch_6/lib/vector/dglib/examples

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 12 18:25:53 EST 2011


Author: hamish
Date: 2011-01-12 15:25:53 -0800 (Wed, 12 Jan 2011)
New Revision: 45002

Modified:
   grass/branches/develbranch_6/lib/vector/dglib/examples/rtest03.sh
Log:
variable arrays[] require bash (see http://www.linuxjournal.com/content/daca-could-mean-less-bugs-debian    http://qa.debian.org/daca/checkbashisms/source/squeeze/grass_6.4.0~rc6+42329-3.html)

Modified: grass/branches/develbranch_6/lib/vector/dglib/examples/rtest03.sh
===================================================================
--- grass/branches/develbranch_6/lib/vector/dglib/examples/rtest03.sh	2011-01-12 23:22:52 UTC (rev 45001)
+++ grass/branches/develbranch_6/lib/vector/dglib/examples/rtest03.sh	2011-01-12 23:25:53 UTC (rev 45002)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 
 rm -f X1 X2 X3 X1.txt X2.txt X3.txt



More information about the grass-commit mailing list