From 6ddc3642bf1aa99559daadb35d38e7290bd64e36 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Tue, 26 May 2009 14:36:26 +0000 Subject: [PATCH] fix: Contiki path printout --- tools/cooja/contiki_tests/RUN_ALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cooja/contiki_tests/RUN_ALL b/tools/cooja/contiki_tests/RUN_ALL index 8bf5e5311..361c8ad99 100644 --- a/tools/cooja/contiki_tests/RUN_ALL +++ b/tools/cooja/contiki_tests/RUN_ALL @@ -24,9 +24,9 @@ done if [ -z "$CONTIKI" ]; then if [ -z "$CONTIKI_HOME" ]; then CONTIKI_HOME=../../.. + echo Undefined variable: CONTIKI. Using default: ${CONTIKI} fi CONTIKI=$CONTIKI_HOME - echo Undefined variable: CONTIKI. Using default: ${CONTIKI} fi if [ $MAIL -eq 1 ]; then