mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
- drats.
This commit is contained in:
parent
42f091a761
commit
7011dd0e06
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ echo \
|
|||
*
|
||||
*/"
|
||||
|
||||
echo "static const char const * bbconfig_config ="
|
||||
echo "static const char * const bbconfig_config ="
|
||||
echo "\"\\"
|
||||
echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `"
|
||||
echo "\";"
|
||||
|
|
|
|||
Loading…
Reference in a new issue