diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 16:54:20 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 16:54:20 +0000 |
commit | 9ec3651eff9e32c8ae1833a26f1ffef2b78613ae (patch) | |
tree | 7a854a5fe3dbfb3f8540b5c7e2dfb0674bbed0b1 /scripts/saveSample.sh | |
parent | 74c557988550e7586161db159a4f1d86fac14aa0 (diff) | |
download | crosstool-ng-9ec3651eff9e32c8ae1833a26f1ffef2b78613ae.tar.gz crosstool-ng-9ec3651eff9e32c8ae1833a26f1ffef2b78613ae.tar.bz2 crosstool-ng-9ec3651eff9e32c8ae1833a26f1ffef2b78613ae.zip |
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/saveSample.sh')
-rwxr-xr-x | scripts/saveSample.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh index 3466576a..19581944 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" |