# HG changeset patch # User "Yann E. MORIN" # Date 1231275639 0 # Node ID 1fd2e11ccdd9f87efc7b346a7aa117344331cbd8 # Parent 1ab3d2e08c8ba7a6147f43330d3ce990ddd6aece Message beautification when saving locally. /trunk/scripts/functions | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 1ab3d2e08c8b -r 1fd2e11ccdd9 scripts/functions --- a/scripts/functions Mon Jan 05 23:02:43 2009 +0000 +++ b/scripts/functions Tue Jan 06 21:00:39 2009 +0000 @@ -452,7 +452,7 @@ 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}"