diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-06 21:00:39 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-06 21:00:39 +0000 |
commit | 8b18c7d30d12cb4aa21cc2018917643f85753c83 (patch) | |
tree | 98240901124f24336cdcc6e2e6e5fba5bf5ef8f8 /scripts/functions | |
parent | ebf01acb41f0f6bb0e0d5629aac9f98733730329 (diff) | |
download | crosstool-ng-8b18c7d30d12cb4aa21cc2018917643f85753c83.tar.gz crosstool-ng-8b18c7d30d12cb4aa21cc2018917643f85753c83.tar.bz2 crosstool-ng-8b18c7d30d12cb4aa21cc2018917643f85753c83.zip |
Message beautification when saving locally.
/trunk/scripts/functions | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 0e105b87..fa6ed3e4 100644 --- a/scripts/functions +++ b/scripts/functions @@ -452,7 +452,7 @@ CT_SaveLocal() { local basename="${file##*/}" if [ "${CT_SAVE_TARBALLS}" = "y" ]; then - CT_DoLog EXTRA "Saving '${file}' to local storage" + CT_DoLog EXTRA "Saving '${file##*/}' to local storage" # The file may already exist if downloads are forced: remove it first CT_DoExecLog ALL rm -f "${CT_LOCAL_TARBALLS_DIR}/${basename}" CT_DoExecLog ALL mv -f "${file}" "${CT_LOCAL_TARBALLS_DIR}" |