summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-18 12:53:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-18 12:53:38 (GMT)
commitaead7ddfbd65018f746865617feba2385bbc0408 (patch)
tree24b8084088b1a78af0c1f4afe61bb617fbb06194 /scripts
parenta09a458bb9e3105d8c5de733110bcd3f703fa459 (diff)
Fix saving samples.
/trunk/scripts/saveSample.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/saveSample.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh
index c09eec9..6bab764 100755
--- a/scripts/saveSample.sh
+++ b/scripts/saveSample.sh
@@ -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"