diff -r 223c84ec2d90 -r 05c62432ec19 scripts/build/debug.sh --- a/scripts/build/debug.sh Sun Jul 01 19:04:20 2007 +0000 +++ b/scripts/build/debug.sh Fri May 02 21:59:14 2008 +0000 @@ -5,7 +5,7 @@ for f in "${CT_LIB_DIR}/scripts/build/debug/"*.sh; do is_enabled= . "${f}" - f=`basename "${f}" .sh` + f=$(basename "${f#???-}" .sh) if [ "${is_enabled}" = "y" ]; then CT_DEBUG_FACILITY_LIST="${CT_DEBUG_FACILITY_LIST} ${f}" fi