diff options
Diffstat (limited to 'size_single_applets.sh')
-rwxr-xr-x | size_single_applets.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/size_single_applets.sh b/size_single_applets.sh index f7f327b43..6df5d7bee 100755 --- a/size_single_applets.sh +++ b/size_single_applets.sh | |||
@@ -57,8 +57,8 @@ grep ^IF_ include/applets.h \ | |||
57 | test -f "$b" || continue | 57 | test -f "$b" || continue |
58 | 58 | ||
59 | file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs` | 59 | file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs` |
60 | # so far all such items are in .c files; if need to check Config.* files: | 60 | # A few applets have their CONFIG items in Config.* files, not .c files: |
61 | #test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs` | 61 | test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs` |
62 | test "$file" || continue | 62 | test "$file" || continue |
63 | #echo "FILE:'$file'" | 63 | #echo "FILE:'$file'" |
64 | 64 | ||