git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31727 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -183,7 +183,7 @@ if [ -z "$GIS_OPT_INPUT" ] || [ "$GIS_OPT_INPUT" = "-" ] ; then
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"