diff -r 1ab3d2e08c8b -r 78681fe5cdd1 scripts/functions --- a/scripts/functions Mon Jan 05 23:02:43 2009 +0000 +++ b/scripts/functions Tue Jan 06 22:22:02 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}"