Bah, a really small cosmetic fix...

This commit is contained in:
Yann E. MORIN" 2007-09-02 16:01:30 +00:00
parent c64da6b7d4
commit 9f3340951a

View File

@ -59,7 +59,7 @@ case "${CT_SSTRIP_FROM}" in
CT_DoGetFile "${rev_url}" 2>&1 |CT_DoLog ALL
mv -v sstrip.c?* sstrip.c 2>&1 |CT_DoLog DEBUG
if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
CT_DoLog EXTRA "Saving \sstrip.c\" to local storage"
CT_DoLog EXTRA "Saving \"sstrip.c\" to local storage"
cp -v sstrip.c "${CT_LOCAL_TARBALLS_DIR}" 2>&1 |CT_DoLog DEBUG
fi
CT_Popd