aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mkconfigs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs
index 47ac53330..7488d294e 100755
--- a/scripts/mkconfigs
+++ b/scripts/mkconfigs
@@ -42,7 +42,7 @@ echo "\
42 */ 42 */
43static const char bbconfig_config[] ALIGN1 =" 43static const char bbconfig_config[] ALIGN1 ="
44 44
45grep '^#\? \?CONFIG_' "$config" \ 45grep -e '^# CONFIG_' -e '^CONFIG_' "$config" \
46| sed -e 's/\"/\\\"/g' -e 's/^/"/' -e 's/$/\\n"/' 46| sed -e 's/\"/\\\"/g' -e 's/^/"/' -e 's/$/\\n"/'
47 47
48echo ";" 48echo ";"