[Xenomai] [PATCH 1/3] scripts/xeno-config: fix error message, dump_wrappers is not just POSIX
Henning Schild
henning.schild at siemens.com
Wed Jan 25 16:08:35 CET 2017
Signed-off-by: Henning Schild <henning.schild at siemens.com>
---
scripts/xeno-config-cobalt.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/xeno-config-cobalt.in b/scripts/xeno-config-cobalt.in
index 62c1f33..d102d04 100644
--- a/scripts/xeno-config-cobalt.in
+++ b/scripts/xeno-config-cobalt.in
@@ -25,7 +25,7 @@ dump_wrappers()
{
file=$1
if test \! -r ${XENO_LIBRARY_DIR}/$file; then
- echo "Xenomai: POSIX wrappers cannot be read from ${XENO_LIBRARY_DIR}/${file}" >&2
+ echo "Xenomai: wrappers cannot be read from ${XENO_LIBRARY_DIR}/${file}" >&2
exit 1
fi
if test "$LD_FILE_OPTION" = "yes"; then
--
2.10.2
More information about the Xenomai
mailing list