diff -r 7e226579cf8c -r 5bfea1685da4 scripts/functions --- a/scripts/functions Fri Jun 01 16:20:20 2007 +0000 +++ b/scripts/functions Sat Jun 16 18:04:05 2007 +0000 @@ -244,7 +244,10 @@ local got_it=1 CT_Pushd "${CT_TARBALLS_DIR}" - for ext in .tar.gz .tar.bz2 .tgz .tar; do + # we need to also check for an empty extension for those very + # peculiar components that don't have one (such as sstrip from + # buildroot). + for ext in .tar.gz .tar.bz2 .tgz .tar ''; do if [ -f "${file}${ext}" ]; then echo "${ext}" got_it=0