Fix saving samples.

/trunk/scripts/saveSample.sh |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-06-18 12:53:38 +00:00
parent a09a458bb9
commit aead7ddfbd

View File

@ -39,7 +39,7 @@ if [ ! -d "${CT_TOP_DIR}/samples/${CT_TARGET}" ]; then
fi
# Save the crosstool-NG config file
sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1=${HOME}/x-tools/${CT_TARGET}|;' \
sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1="${HOME}/x-tools/${CT_TARGET}"|;' \
<"${CT_TOP_DIR}/.config" \
>"${CT_TOP_DIR}/samples/${CT_TARGET}/crosstool.config"