diff --git a/build_tools/prep_moduledeps b/build_tools/prep_moduledeps index 76388d50eb1304c259f235724c9100eaafedfb83..0e35cb0ec8d86991559c60ff65a57312fed9abf5 100755 --- a/build_tools/prep_moduledeps +++ b/build_tools/prep_moduledeps @@ -35,7 +35,7 @@ process_dir() { echo -e "\t<category name=\"MENUSELECT_${catsuffix}\" displayname=\"${displayname}\">" for file in `ls ${dir}/${prefix}*.c ${dir}/${prefix}*.cc 2> /dev/null | sort` do - if [ ! -f ${file} ]; then + if [ ! -f ${file} ]; then continue fi fname=`basename ${file} .c`