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

Be forgiving when --prefix passed with trailing '/' #513

Merged
merged 1 commit into from
May 21, 2020

Conversation

apg
Copy link

@apg apg commented May 21, 2020

Passing --prefix=/home/foo/bar/ would result in "//" being generated
in the replacements, causing potential troubles. This adds a little
bit of robustness around that for the configure script, chopping it
off if present, and being smarter than blindly string-appending
parts that are to be joined.

Passing --prefix=/home/foo/bar/ would result in "//" being generated
in the replacements, causing potential troubles. This adds a little
bit of robustness around that for the configure script, chopping it
off if present, and being smarter than blindly `string-append`ing
parts that are to be joined.
@fare fare merged commit 24a5931 into mighty-gerbils:master May 21, 2020
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