]> granicus.if.org Git - re2c/commit
Replaced 'echo' with 'printf' in generation of switches for test.
authorUlya Fokanova <skvadrik@gmail.com>
Fri, 10 Jan 2014 15:29:12 +0000 (18:29 +0300)
committerUlya Fokanova <skvadrik@gmail.com>
Sat, 11 Jan 2014 10:27:57 +0000 (13:27 +0300)
commit4146519668e328755b196af91f511c95c849d73b
tree342852c09e0716c50587a8e0823e1f72d0069e39
parent77c87f9d0bba40794f88b304e2e865ab032a11af
Replaced 'echo' with 'printf' in generation of switches for test.

'echo' doesn't distinguish between options and arguments,
so in cases like 'echo "-e"' is outputs empty string. It
results in dropping re2c's "-e" flag in tests with names
like "test.e.re".
re2c/run_tests.sh.in