Skip to content

Commit

Permalink
Merge pull request #410 from jmlemetayer/fix_populate
Browse files Browse the repository at this point in the history
populate: Fix undefined awk
  • Loading branch information
bhundven committed Aug 23, 2016
2 parents b184690 + a2d6572 commit 11cb2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/internals.sh
Expand Up @@ -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;' \
Expand Down

0 comments on commit 11cb2dd

Please sign in to comment.