[GRASS-SVN] r31727 - grass/trunk/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 16 19:42:57 EDT 2008


Author: glynn
Date: 2008-06-16 19:42:57 -0400 (Mon, 16 Jun 2008)
New Revision: 31727

Modified:
   grass/trunk/scripts/m.proj/m.proj
Log:
Eliminate bash-ism


Modified: grass/trunk/scripts/m.proj/m.proj
===================================================================
--- grass/trunk/scripts/m.proj/m.proj	2008-06-16 21:45:44 UTC (rev 31726)
+++ grass/trunk/scripts/m.proj/m.proj	2008-06-16 23:42:57 UTC (rev 31727)
@@ -183,7 +183,7 @@
    EXITCODE=0
    while [ $EXITCODE -eq 0 ] ; do
       unset REPLY
-      read -n 256 -t 2 REPLY
+      read REPLY
       EXITCODE=$?
       if [ -n "$REPLY" ] ; then
 	 echo "$REPLY" >> "$TMP"



More information about the grass-commit mailing list