diff -r 05c62432ec19 -r 8ebf5ea601d8 scripts/build/debug.sh --- a/scripts/build/debug.sh Fri May 02 21:59:14 2008 +0000 +++ b/scripts/build/debug.sh Sun Jul 27 14:28:36 2008 +0000 @@ -5,9 +5,9 @@ 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}" + CT_DEBUG_FACILITY_LIST="${CT_DEBUG_FACILITY_LIST} ${f#???-}" fi done