summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/utils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:35:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:35:29 -0600
commit1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6 (patch)
treef4bc7ab3f264106ab13814d6adf8c4fca6b6343f /misc/tools/kconfig-frontends/utils
parent2a815aa47083c49b9a809056004bd9a01e87221c (diff)
downloadnuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.tar.gz
nuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.tar.bz2
nuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.zip
Restore trainling whitespace in .patch and .diff files wehre required
Diffstat (limited to 'misc/tools/kconfig-frontends/utils')
-rw-r--r--misc/tools/kconfig-frontends/utils/tweak.in.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tools/kconfig-frontends/utils/tweak.in.patch b/misc/tools/kconfig-frontends/utils/tweak.in.patch
index 0fc79e1a9..c4b855790 100644
--- a/misc/tools/kconfig-frontends/utils/tweak.in.patch
+++ b/misc/tools/kconfig-frontends/utils/tweak.in.patch
@@ -2,20 +2,20 @@ diff --git a/utils/tweak.in b/utils/tweak.in
--- a/utils/tweak.in
+++ b/utils/tweak.in
@@ -3,8 +3,8 @@
-
+
myname=${0##*/}
-
+
-# If no prefix forced, use the default CONFIG_
-CONFIG_="${CONFIG_-CONFIG_}"
+# If no prefix forced, use the default @CONFIG_@
+CONFIG_="${CONFIG_-@CONFIG_@}"
-
+
usage() {
cat >&2 <<EOL
@@ -41,7 +41,7 @@
By default, $myname will upper-case the given symbol. Use --keep-case to keep
the case of all following symbols unchanged.
-
+
-$myname uses 'CONFIG_' as the default symbol prefix. Set the environment
+$myname uses '@CONFIG_@' as the default symbol prefix. Set the environment
variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" $myname ...