summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-14 16:54:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-14 16:54:20 (GMT)
commit9ec3651eff9e32c8ae1833a26f1ffef2b78613ae (patch)
tree7a854a5fe3dbfb3f8540b5c7e2dfb0674bbed0b1 /scripts
parent74c557988550e7586161db159a4f1d86fac14aa0 (diff)
saveSample: Reset CT_LOCAL_TARBALLS_DIR to default
On Tuesday 14 October 2008 16:48:07 Nate Case wrote: > Keep CT_LOCAL_TARBALLS_DIR at the default setting of ${HOME}/src so that > we don't save irrelevant paths in the samples. /trunk/scripts/saveSample.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/saveSample.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh
index 3466576..1958194 100755
--- a/scripts/saveSample.sh
+++ b/scripts/saveSample.sh
@@ -45,6 +45,7 @@ fi
sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1="${HOME}/x-tools/${CT_TARGET}"|;' \
-e 's|^# CT_LOG_TO_FILE is not set$|CT_LOG_TO_FILE=y|;' \
-e 's|^# CT_LOG_FILE_COMPRESS is not set$|CT_LOG_FILE_COMPRESS=y|;' \
+ -e 's|^(CT_LOCAL_TARBALLS_DIR)=.*|\1="${HOME}/src"|;' \
<"${CT_TOP_DIR}/.config" \
>"${CT_TOP_DIR}/samples/${CT_TARGET}/crosstool.config"