浏览代码

* Fix missing echo command

git-svn-id: trunk@20916 -
pierre 13 年之前
父节点
当前提交
c4288ea2c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/unix/scripts/check_errno.sh

+ 1 - 1
rtl/unix/scripts/check_errno.sh

@@ -91,7 +91,7 @@ function check_errno_number ()
         echo "$sys is defined as $extval which is $indirectval as expected $value"
       fi
     else
-      problem for ${sys} expected ${value}, line is \"${found}\", val found is \"${val}\"
+      echo "problem for ${sys} expected ${value}, line is \"${found}\", val found is \"${val}\""
     fi
   fi
 }