-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Custom command line switches can't contain spaces in value #671
Comments
@Sam13 No, your assumptions are correct. |
@patriksvensson Any word on this? As of v0.11 I'm still experiencing this bug. I'm trying to pass the path of a file, and this path contains spaces. When the path contains spaces, I receive the error "More than one build script specified." If I modify the file path to not contain spaces, then everything works as expected. This is a rather annoying bug to work around in terms of our build server. |
@FoCoPeazy Unless someone step up and does this before us, we're planning on fixing this in the 0.13.0 release. |
@patriksvensson Thanks for the update! I may take a look into it, although I'm not at all familiar with the Cake codebase... Also, just want to say that Cake is fantastic overall, keep up the great work :) |
@Sam13 @FoCoPeazy A fix for this has been implemented in #955. Should appear in version 0.13.0 of Cake. |
Thanks 👍 |
Is it intended that custom command line switches which values contain spaces need to be escaped like that?
If I specify like the following, Cake reports that more than one build script is specified:
Output:
I use Cake 0.8.0
The text was updated successfully, but these errors were encountered: