Skip to content
Snippets Groups Projects
Commit 0fde3da0 authored by chrissi^'s avatar chrissi^
Browse files

Quote multiline Strings

parent 135031ee
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ ARCHITECTURES_DEFAULT=" \
"
BRANCH_DEFAULT=experimental
if [ -z ${BRANCH} ]; then
if [ -z "${BRANCH}" ]; then
BRANCH=$BRANCH_DEFAULT
fi
if [ -z ${ARCHITECTURES} ]; then
if [ -z "${ARCHITECTURES}" ]; then
ARCHITECTURES=$ARCHITECTURES_DEFAULT
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment