Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change TEST_INIT to use echo, not echo -e #306

Closed
wants to merge 1 commit into from
Closed

Conversation

liquidaty
Copy link
Owner

"echo -e" misbehaves for sh, which is the default shell for Make, though it works fine for bash

@iamazeem
Copy link
Collaborator

iamazeem commented Nov 28, 2024

@liquidaty:
This has already been fixed under #299.
Replaced echo -e with printf. Working fine for all the platforms.
The color codes were not working with FreeBSD under sh.
With printf, they are working fine now.

Related SO thread for reference:
https://stackoverflow.com/questions/11675070/makefile-echo-n-not-working

@liquidaty liquidaty closed this Nov 28, 2024
@liquidaty liquidaty deleted the test-echo-update branch November 28, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants