Open l29ah opened 6 years ago
It is displayed as \t otherwise, afair.
Ah, that is a little more annoying - it doesnt happen for me, so clearly different shell or make versions are at play here.
Can you try changing it to 'echo -e "$$i.img\t....."' ?
GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu)
Yes, it works fine w/ -e.
I've pushed a change in 95b63fa943b5694b27c36480e718421988764e53 that should address this setting.
This problem with displaying things will probably have resurfaced as part of other work. Since it is a cosmetic display-only issue, I can live with that for the moment.
But - reopening to remind me to fix it better
What is the advantage of making this change?
On the flip side, writing it as "\t" means that even in editors where the difference between soft and hard tabs are unclear (which is most of them), it is still clear that you have written the right one.
(I also have to stop and comment on the irony of talking about tabs in a Makefile, which has its own love/hate relationship with tabs)