aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorHiroshi Doyu <[email protected]>2012-12-14 08:47:59 +0200
committerMichal Marek <[email protected]>2012-12-14 14:16:10 +0100
commitc6ba8d06ecfc1dadcf7f1b54960cf9332ba5ae8d (patch)
tree0223dfb199b97852dfc22a618203914dd0acf29a /tools/perf/scripts/python/Perf-Trace-Util/lib
parent923e02ecf3f8db19d52176723fefa0ffe6e9a3cd (diff)
scripts/config: Fix wrong "shift" for --keep-case
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 <[email protected]> Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions