[GRASS-SVN] r31730 - grass/branches/develbranch_6/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 17 04:24:06 EDT 2008
Author: neteler
Date: 2008-06-17 04:24:06 -0400 (Tue, 17 Jun 2008)
New Revision: 31730
Modified:
grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
Eliminate bash-ism (merge from trunk)
Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj 2008-06-17 07:28:05 UTC (rev 31729)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj 2008-06-17 08:24:06 UTC (rev 31730)
@@ -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