소스 검색

* 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
 }