scripts/functions
changeset 1177 748c418d3b6a
parent 1149 df32ef8825f9
child 1179 619019337ead
     1.1 --- a/scripts/functions	Tue Jan 20 20:37:43 2009 +0000
     1.2 +++ b/scripts/functions	Thu Jan 29 22:35:26 2009 +0000
     1.3 @@ -902,9 +902,10 @@
     1.4  
     1.5      if [ "${CT_BARE_METAL}" != "y" ]; then
     1.6          CT_DoLog EXTRA "Installing the populate helper"
     1.7 -        sed -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \
     1.8 -            "${CT_LIB_DIR}/scripts/populate.in"           \
     1.9 -            >"${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.10 +        sed -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;'     \
    1.11 +               -e 's|@@CT_bash@@|'"${bash}"'|g;'            \
    1.12 +               "${CT_LIB_DIR}/scripts/populate.in"          \
    1.13 +               >"${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.14          CT_DoExecLog ALL chmod 755 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.15      fi
    1.16