From 49e5b08739dd69624e7a5e7173bc32fe3fd8fd91 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 26 Oct 2009 22:00:30 +0100 Subject: libc/newlib: allow using CVS snapshots The newlib "team" rolls new releases about once a year (december). This is quite a long time between releases, in case code was fixed. So, allow user to use a CVS snapshot to benefit early from fixes and enhancements to newlib. --- scripts/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index 730ecf13..b9aa7e79 100644 --- a/scripts/functions +++ b/scripts/functions @@ -503,8 +503,8 @@ CT_GetCVS() { if [ -n "${dirname}" ]; then case "${dirname}" in *=*) - CT_DoExecLog DEBUG mv "${dirname%%=*}" "${dirname#*=}" - CT_DoExecLog ALL tar cjf "${CT_TARBALLS_DIR}/${basename}.tar.bz2" "${dirname#*=}" + CT_DoExecLog DEBUG mv "${dirname#*=}" "${dirname%%=*}" + CT_DoExecLog ALL tar cjf "${CT_TARBALLS_DIR}/${basename}.tar.bz2" "${dirname%%=*}" ;; *) CT_DoExecLog ALL mv "${module}" "${dirname}" -- cgit v1.2.3