saveSample: Reset CT_LOCAL_TARBALLS_DIR to default
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 16:54:20 2008 +0000 (2008-10-14)
changeset 928df15727c73d7
parent 927 4824afc1b2f7
child 929 7c958fb04f28
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(+)
scripts/saveSample.sh
     1.1 --- a/scripts/saveSample.sh	Tue Oct 14 16:53:13 2008 +0000
     1.2 +++ b/scripts/saveSample.sh	Tue Oct 14 16:54:20 2008 +0000
     1.3 @@ -45,6 +45,7 @@
     1.4  sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1="${HOME}/x-tools/${CT_TARGET}"|;'       \
     1.5         -e 's|^# CT_LOG_TO_FILE is not set$|CT_LOG_TO_FILE=y|;'              \
     1.6         -e 's|^# CT_LOG_FILE_COMPRESS is not set$|CT_LOG_FILE_COMPRESS=y|;'  \
     1.7 +       -e 's|^(CT_LOCAL_TARBALLS_DIR)=.*|\1="${HOME}/src"|;'                \
     1.8      <"${CT_TOP_DIR}/.config"                                                \
     1.9      >"${CT_TOP_DIR}/samples/${CT_TARGET}/crosstool.config"
    1.10