]> git.sur5r.net Git - kconfig-frontends/blob - utils/tweak.in.patch
version: update back to a devel version
[kconfig-frontends] / utils / tweak.in.patch
1 diff --git a/utils/tweak.in b/utils/tweak.in
2 --- a/utils/tweak.in
3 +++ b/utils/tweak.in
4 @@ -1,8 +1,8 @@
5  #!/bin/bash
6  # Manipulate options in a .config file from the command line
7  
8 -# If no prefix forced, use the default CONFIG_
9 -CONFIG_="${CONFIG_-CONFIG_}"
10 +# If no prefix forced, use the default @CONFIG_@
11 +CONFIG_="${CONFIG_-@CONFIG_@}"
12  
13  usage() {
14         cat >&2 <<EOL
15 @@ -39,7 +39,7 @@
16  By default, config will upper-case the given symbol. Use --keep-case to keep
17  the case of all following symbols unchanged.
18  
19 -config uses 'CONFIG_' as the default symbol prefix. Set the environment
20 +config uses '@CONFIG_@' as the default symbol prefix. Set the environment
21  variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" config ...
22  EOL
23         exit 1