Remove bashism in lttng-syscalls-generate-headers.sh
authorJon Bernard <jbernard@tuxion.com>
Mon, 13 May 2013 15:38:17 +0000 (11:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 May 2013 15:38:17 +0000 (11:38 -0400)
Options to echo are not portable. In particular, the 'echo -e' option is
implemented by some shells, including bash, to expand escape sequences.
However, dash is one of the other family of shells that instead expands
escape sequences by default.

The printf command is portable and much more reliable.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024978 seconds and 4 git commands to generate.