build: Remove ugly hack.

This commit is contained in:
Bradley Sepos
2016-04-11 08:14:36 -04:00
parent 7bbdf8c2ea
commit 7b1850c86d

View File

@@ -12,9 +12,6 @@ TOOLS_DIR="${BASE_DIR}/tools"
# dependencies
MARKDOWN="${BASE_DIR}/tools/discount/markdown"
if [[ "${1}" == "--markdown" ]]; then # TODO: remove ugly hack
MARKDOWN="${2}"
fi
DEPS=("${MARKDOWN}")
# creates bash variables from yaml records