spaces to tabs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-07-07 02:58:53 +00:00
parent b601ff0a3e
commit 37ceb0126e
1 changed files with 1 additions and 1 deletions

View File

@ -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`