From 5903e1c7104d18ddaa57550a363466cf79d3d661 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Wed, 2 Jun 2010 13:56:36 -0700 Subject: [PATCH] --- yaml --- r: 204865 b: refs/heads/master c: 03b550d3f9faf912d935ea310363e8e96d3aeeea h: refs/heads/master i: 204863: a56e24aeab4dbd1ac8fd1d855bbc8c4c306c4a43 v: v3 --- [refs] | 2 +- trunk/scripts/checkkconfigsymbols.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6c21b1fbf69..2610ca98eaaa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 073ed10363a89cfcc04b7c4d9a9626c5ed48852c +refs/heads/master: 03b550d3f9faf912d935ea310363e8e96d3aeeea diff --git a/trunk/scripts/checkkconfigsymbols.sh b/trunk/scripts/checkkconfigsymbols.sh index 46be3c5a62b7..2ca49bb31efc 100755 --- a/trunk/scripts/checkkconfigsymbols.sh +++ b/trunk/scripts/checkkconfigsymbols.sh @@ -14,7 +14,7 @@ find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while do # Output the bare Kconfig variable and the filename; the _MODULE part at # the end is not removed here (would need perl an not-hungry regexp for that). - sed -ne 's!^.*\<\(UML_\)\?CONFIG_\([0-9A-Z_]\+\).*!\2 '$i'!p' < $i + sed -ne 's!^.*\<\(UML_\)\?CONFIG_\([0-9A-Za-z_]\+\).*!\2 '$i'!p' < $i done | \ # Smart "sort|uniq" implemented in awk and tuned to collect the names of all # files which use a given symbol