瀏覽代碼

Eliminate bash-ism

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31727 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 年之前
父節點
當前提交
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"