diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-15 21:39:34 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-15 21:39:34 +0000 |
commit | 1c0af591f461757864034f407028840473f64a38 (patch) | |
tree | a89d8f24293b24ffd898a4d965923f60f82904ab /scripts/config | |
parent | 83e0da2814889c968b3152776c727af24b848714 (diff) | |
download | busybox-w32-1c0af591f461757864034f407028840473f64a38.tar.gz busybox-w32-1c0af591f461757864034f407028840473f64a38.tar.bz2 busybox-w32-1c0af591f461757864034f407028840473f64a38.zip |
- drats.
git-svn-id: svn://busybox.net/trunk/busybox@15399 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/config')
-rwxr-xr-x | scripts/config/mkconfigs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/mkconfigs b/scripts/config/mkconfigs index 88365f62c..3443e037e 100755 --- a/scripts/config/mkconfigs +++ b/scripts/config/mkconfigs | |||
@@ -60,7 +60,7 @@ echo \ | |||
60 | * | 60 | * |
61 | */" | 61 | */" |
62 | 62 | ||
63 | echo "static const char const * bbconfig_config =" | 63 | echo "static const char * const bbconfig_config =" |
64 | echo "\"\\" | 64 | echo "\"\\" |
65 | echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `" | 65 | echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `" |
66 | echo "\";" | 66 | echo "\";" |