Просмотр исходного кода

Eliminate bash-ism

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31727 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 лет назад
Родитель
Сommit
e2b1b57a27
1 измененных файлов с 1 добавлено и 1 удалено
  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"