scripts/build/debug/500-strace.sh
branch1.2
changeset 730 823ac8f8e9fd
parent 669 ca740b4c4262
child 916 68af6b83ff7e
     1.1 --- a/scripts/build/debug/500-strace.sh	Mon Jul 14 21:57:57 2008 +0000
     1.2 +++ b/scripts/build/debug/500-strace.sh	Sat Jul 26 15:12:33 2008 +0000
     1.3 @@ -9,6 +9,10 @@
     1.4  
     1.5  do_debug_strace_get() {
     1.6      CT_GetFile "strace-${CT_STRACE_VERSION}" http://mesh.dl.sourceforge.net/sourceforge/strace/
     1.7 +    # Downloading from sourceforge leaves garbage, cleanup
     1.8 +    CT_Pushd "${CT_TARBALLS_DIR}"
     1.9 +    rm -f showfiles.php\?group_id\=*
    1.10 +    CT_Popd
    1.11  }
    1.12  
    1.13  do_debug_strace_extract() {