Module: xenomai-3
Branch: stable-3.0.x
Commit: 197e96eef5fe5485e625eabb493edb55cc38edd5
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=197e96eef5fe5485e625eabb493edb55cc38edd5

Author: Henning Schild <henning.sch...@siemens.com>
Date:   Wed Jan 25 16:08:00 2017 +0100

scripts/xeno-config: fix error message, dump_wrappers is not just POSIX

Signed-off-by: Henning Schild <henning.sch...@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


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to