Browse Source

* Fix missing echo command

git-svn-id: trunk@20916 -
pierre 13 years ago
parent
commit
c4288ea2c0
1 changed files with 1 additions and 1 deletions
  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
 }