projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b601ff0
)
spaces to tabs
author
Russell Bryant
<russell@russellbryant.com>
Fri, 7 Jul 2006 02:58:53 +0000
(
02:58
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Fri, 7 Jul 2006 02:58:53 +0000
(
02:58
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37281
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
build_tools/prep_moduledeps
patch
|
blob
|
history
diff --git
a/build_tools/prep_moduledeps
b/build_tools/prep_moduledeps
index
76388d5
..
0e35cb0
100755
(executable)
--- 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`