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 parameter split (fixes #1226) #1228

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Conversation

Stift
Copy link
Contributor

@Stift Stift commented Apr 26, 2016

As in #1226 correctly said FAKE was splitting the build parameter incorrectly when in the value part an '=' existed. I just fixed the split of the param to prevent the vanishing of anything after the '=' in build parameters.
before:

param=value=any -> param value
param=value=== -> param value

now:

param=value=any -> param value=any
param=value=== -> param value===

@forki forki merged commit b4d8df4 into fsprojects:master Apr 27, 2016
@forki
Copy link
Member

forki commented Apr 27, 2016

thx

@Stift Stift deleted the FixParamSplit branch April 27, 2016 08: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