Message beautification when saving locally.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 06 21:00:39 2009 +0000 (2009-01-06)
changeset 11271fd2e11ccdd9
parent 1126 1ab3d2e08c8b
child 1128 8024ad97841b
Message beautification when saving locally.

/trunk/scripts/functions | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/functions
     1.1 --- a/scripts/functions	Mon Jan 05 23:02:43 2009 +0000
     1.2 +++ b/scripts/functions	Tue Jan 06 21:00:39 2009 +0000
     1.3 @@ -452,7 +452,7 @@
     1.4      local basename="${file##*/}"
     1.5  
     1.6      if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
     1.7 -        CT_DoLog EXTRA "Saving '${file}' to local storage"
     1.8 +        CT_DoLog EXTRA "Saving '${file##*/}' to local storage"
     1.9          # The file may already exist if downloads are forced: remove it first
    1.10          CT_DoExecLog ALL rm -f "${CT_LOCAL_TARBALLS_DIR}/${basename}"
    1.11          CT_DoExecLog ALL mv -f "${file}" "${CT_LOCAL_TARBALLS_DIR}"