Skip to content
Snippets Groups Projects
Commit 37ceb012 authored by Russell Bryant's avatar Russell Bryant
Browse files

spaces to tabs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b601ff0a
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ process_dir() { ...@@ -35,7 +35,7 @@ process_dir() {
echo -e "\t<category name=\"MENUSELECT_${catsuffix}\" displayname=\"${displayname}\">" echo -e "\t<category name=\"MENUSELECT_${catsuffix}\" displayname=\"${displayname}\">"
for file in `ls ${dir}/${prefix}*.c ${dir}/${prefix}*.cc 2> /dev/null | sort` for file in `ls ${dir}/${prefix}*.c ${dir}/${prefix}*.cc 2> /dev/null | sort`
do do
if [ ! -f ${file} ]; then if [ ! -f ${file} ]; then
continue continue
fi fi
fname=`basename ${file} .c` fname=`basename ${file} .c`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment