git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923e02e
)
scripts/config: Fix wrong "shift" for --keep-case
author
Hiroshi Doyu
<hdoyu@nvidia.com>
Fri, 14 Dec 2012 06:47:59 +0000
(08:47 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 14 Dec 2012 13:16:10 +0000
(14:16 +0100)
Remove wrong "shift" for --keep-case. There is always "shift" at
beginning of while-loop. No need "shift" at --keep-case just before
"continue" to process next argument.
Now the following works as expected:
./scripts/config -e aAa -k -e bBb -e cCc && tail -3 .config
CONFIG_AAA=y
CONFIG_bBb=y
CONFIG_cCc=y
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/config
patch
|
blob
|
history
diff --cc
scripts/config
Simple merge