mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-12 05:25:21 +00:00
populate: Fix undefined awk
Fix minor issue introduced by 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e
This commit is contained in:
parent
6e7c61650a
commit
a2d6572b45
@ -64,6 +64,7 @@ do_finish() {
|
|||||||
CT_DoLog EXTRA "Installing the populate helper"
|
CT_DoLog EXTRA "Installing the populate helper"
|
||||||
${sed} -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \
|
${sed} -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \
|
||||||
-e 's|@@CT_install@@|'"${install}"'|g;' \
|
-e 's|@@CT_install@@|'"${install}"'|g;' \
|
||||||
|
-e 's|@@CT_awk@@|'"${awk}"'|g;' \
|
||||||
-e 's|@@CT_bash@@|'"${bash}"'|g;' \
|
-e 's|@@CT_bash@@|'"${bash}"'|g;' \
|
||||||
-e 's|@@CT_grep@@|'"${grep}"'|g;' \
|
-e 's|@@CT_grep@@|'"${grep}"'|g;' \
|
||||||
-e 's|@@CT_make@@|'"${make}"'|g;' \
|
-e 's|@@CT_make@@|'"${make}"'|g;' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user