spaces to tabs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent b601ff0a3e
commit 37ceb0126e

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

Loading…
Cancel
Save