populate: Fix undefined awk

Fix minor issue introduced by 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e
This commit is contained in:
Jean-Marie Lemetayer 2016-07-26 16:07:58 +02:00
parent 6e7c61650a
commit a2d6572b45

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;' \