Explorar o código

Eliminate bash-ism

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31727 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=17) %!d(string=hai) anos
pai
achega
e2b1b57a27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/m.proj/m.proj

+ 1 - 1
scripts/m.proj/m.proj

@@ -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"