Browse Source

* Fix missing echo command

git-svn-id: trunk@20916 -
pierre 13 năm trước cách đây
mục cha
commit
c4288ea2c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }