Skip to content

Makefile.in: dont use unnecessary escapes in echo #33786

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

Merged
merged 1 commit into from
Jun 6, 2016

Conversation

birkenfeld
Copy link
Contributor

I don't know if echo allows escapes without -e on other systems, but on a GNU userland this outputs literal \n on the terminal. In this case there's an easy way to write this without escapes anyway.

r? @GuillaumeGomez

@GuillaumeGomez
Copy link
Member

Simple and efficient. I like it! 😄

Thanks a lot!

@bors: r+ rollup

@GuillaumeGomez
Copy link
Member

GuillaumeGomez commented May 22, 2016

Oh right, I forgot...

r=me @steveklabnik @Manishearth @alexcrichton

@jseyfried
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jun 4, 2016

📌 Commit d5c7ddc has been approved by jseyfried

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

⌛ Testing commit d5c7ddc with merge c641b4c...

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented Jun 6, 2016

⌛ Testing commit d5c7ddc with merge 5b1e914...

bors added a commit that referenced this pull request Jun 6, 2016
Makefile.in: dont use unnecessary escapes in echo

I don't know if `echo` allows escapes without `-e` on other systems, but on a GNU userland this outputs literal `\n` on the terminal. In this case there's an easy way to write this without escapes anyway.

r? @GuillaumeGomez
eddyb added a commit to eddyb/rust that referenced this pull request Jun 6, 2016
Makefile.in: dont use unnecessary escapes in echo

I don't know if `echo` allows escapes without `-e` on other systems, but on a GNU userland this outputs literal `\n` on the terminal. In this case there's an easy way to write this without escapes anyway.

r? @GuillaumeGomez
@bors bors merged commit d5c7ddc into rust-lang:master Jun 6, 2016
@birkenfeld birkenfeld deleted the make-fix branch August 7, 2016 08:15
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.

4 participants