linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] clean up echo -e usage
@ 2013-08-22 20:25 Max Filippov
  2013-08-22 20:25 ` [PATCH v2 1/5] xtensa: don't use echo -e needlessly Max Filippov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Max Filippov @ 2013-08-22 20:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sam Ravnborg, Guenter Roeck, Max Filippov

This series cleans up non-portable 'echo -e' usage.
I haven't replaced instances of 'echo -e' under Documentation/ though.
Changes since v1:
- drop /bin/ from remaining echo calls.

Max Filippov (5):
  xtensa: don't use echo -e needlessly
  x86: don't use echo -e needlessly
  raid6/test: replace echo -e with printf
  scripts/checkkconfigsymbols.sh: replace echo -e with printf
  tools/perf/perf-archive.sh: replace echo -e with printf

 arch/x86/Makefile              |    2 +-
 arch/xtensa/Makefile           |    4 ++--
 arch/xtensa/boot/Makefile      |    2 +-
 lib/raid6/test/Makefile        |    2 +-
 scripts/checkkconfigsymbols.sh |    4 ++--
 tools/perf/perf-archive.sh     |    4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-28 15:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 20:25 [PATCH v2 0/5] clean up echo -e usage Max Filippov
2013-08-22 20:25 ` [PATCH v2 1/5] xtensa: don't use echo -e needlessly Max Filippov
2013-08-22 20:25 ` [PATCH v2 2/5] x86: " Max Filippov
2013-08-22 20:25 ` [PATCH v2 3/5] raid6/test: replace echo -e with printf Max Filippov
2013-08-22 20:25 ` [PATCH v2 4/5] scripts/checkkconfigsymbols.sh: " Max Filippov
2013-08-28 15:01   ` Michal Marek
2013-08-22 20:25 ` [PATCH v2 5/5] tools/perf/perf-archive.sh: " Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).