This commit is contained in:
Bernhard Reutner-Fischer 2006-06-15 21:39:34 +00:00
parent 42f091a761
commit 7011dd0e06

View File

@ -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 "\";"