Merge pull request #410 from jmlemetayer/fix_populate

populate: Fix undefined awk
This commit is contained in:
Bryan Hundven 2016-08-23 14:26:16 -07:00 committed by GitHub
commit 11cb2ddd43

View File

@ -64,6 +64,7 @@ do_finish() {
CT_DoLog EXTRA "Installing the populate helper"
${sed} -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \
-e 's|@@CT_install@@|'"${install}"'|g;' \
-e 's|@@CT_awk@@|'"${awk}"'|g;' \
-e 's|@@CT_bash@@|'"${bash}"'|g;' \
-e 's|@@CT_grep@@|'"${grep}"'|g;' \
-e 's|@@CT_make@@|'"${make}"'|g;' \