Browse Source

Eliminate bash-ism

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31727 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 năm trước cách đây
mục cha
commit
e2b1b57a27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"