summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c6d96990..471eafd1 100755
--- a/build.sh
+++ b/build.sh
@@ -70,7 +70,7 @@ for __ in ${CHECK_PATH_VARS}; do
log_msg failexit "Error: variable \`${__}' contains one or more whitespace characters.";
fi;
done;
-for __ in ${CHECK_PREREQ_CMDS} ${CHECK_PREREQ_FILES}; do
+for __ in ${CHECK_PREREQ_CMDS} $(eval echo ${CHECK_PREREQ_FILES_DYNAMIC}) ${CHECK_PREREQ_FILES}; do
if [ "${__#/}" != "${__}" ]; then
if [ ! -e "${__}" ]; then
log_msg fail "Error: missing prerequisite file \`${__}'.";