Commit 3988a597 authored by Lucas Russo's avatar Lucas Russo

compile.sh: fix wrong escape for ERRHAND_SUBSYS_ON Makefile variable

parent 997ebe63
......@@ -52,7 +52,7 @@ COMMAND_LIBBPMCLIENT="\
make BOARD=${BOARD} \
ERRHAND_DBG=${ERRHAND_DBG} \
ERRHAND_MIN_LEVEL=${ERRHAND_MIN_LEVEL} \
ERRHAND_SUBSYS_ON=${ERRHAND_SUBSYS_ON} \
ERRHAND_SUBSYS_ON='"${ERRHAND_SUBSYS_ON}"' \
LOCAL_MSG_DBG=${LOCAL_MSG_DBG} && \
sudo make libbpmclient_install"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment