diff -r ef6dad58ab1c -r cc170c96362c scripts/build/debug/500-strace.sh --- a/scripts/build/debug/500-strace.sh Sun Feb 05 23:26:55 2012 +0100 +++ b/scripts/build/debug/500-strace.sh Mon Mar 12 21:19:26 2012 +0100 @@ -1,7 +1,8 @@ # Build script for strace do_debug_strace_get() { - CT_GetFile "strace-${CT_STRACE_VERSION}" http://kent.dl.sourceforge.net/sourceforge/strace/ + local base_url="http://kent.dl.sourceforge.net/project/strace/strace" + CT_GetFile "strace-${CT_STRACE_VERSION}" "${base_url}/${CT_STRACE_VERSION}" # Downloading from sourceforge leaves garbage, cleanup CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"* }