Skip to content
Snippets Groups Projects
Commit 49c3fd66 authored by René Kijewski's avatar René Kijewski
Browse files

Make: fix linebreaks in buildtest

parent ab08fbb5
No related branches found
No related tags found
No related merge requests found
......@@ -163,10 +163,10 @@ debug:
buildtest:
@if [ -z "$${JENKINS_URL}" ] && tput colors 2>&1 > /dev/null; then \
GREEN='\033[1;32m'; RED='\033[1;31m'; RESET='\033[0m'; \
ECHO='echo -e'; \
ECHO='/bin/echo -e'; \
else \
GREEN=''; RED=''; RESET=''; \
ECHO='echo'; \
ECHO='/bin/echo'; \
fi; \
\
if [ -z "$(BOARD_WHITELIST)" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment