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

Fix carriage return escape in bin/vspec #46

Merged
merged 1 commit into from
Nov 19, 2014
Merged

Fix carriage return escape in bin/vspec #46

merged 1 commit into from
Nov 19, 2014

Conversation

glts
Copy link
Contributor

@glts glts commented Nov 7, 2014

The sed filter sed 's/\r$//' in bin/vspec has no effect on Mac OS X 10.9.

This is because the \r escape is not understood by the BSD sed on OS X. An easy fix is to pass a real carriage return character to sed.

@kana kana merged commit 1124cfc into kana:master Nov 19, 2014
@kana
Copy link
Owner

kana commented Nov 19, 2014

Thank you!

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