mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
Bah, a really small cosmetic fix...
This commit is contained in:
parent
c64da6b7d4
commit
9f3340951a
@ -59,7 +59,7 @@ case "${CT_SSTRIP_FROM}" in
|
|||||||
CT_DoGetFile "${rev_url}" 2>&1 |CT_DoLog ALL
|
CT_DoGetFile "${rev_url}" 2>&1 |CT_DoLog ALL
|
||||||
mv -v sstrip.c?* sstrip.c 2>&1 |CT_DoLog DEBUG
|
mv -v sstrip.c?* sstrip.c 2>&1 |CT_DoLog DEBUG
|
||||||
if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
|
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
|
cp -v sstrip.c "${CT_LOCAL_TARBALLS_DIR}" 2>&1 |CT_DoLog DEBUG
|
||||||
fi
|
fi
|
||||||
CT_Popd
|
CT_Popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user