-
Notifications
You must be signed in to change notification settings - Fork 34
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
unable to run application, when invoked from a path with & in a folder name #54
Comments
Looks like the issue is similar to the: #37 But in my case the base directory was |
May be it's related to the issue with path on OSX: phusion/traveling-ruby#94 ? |
Yes, the bug looks correct. I don't know how to get that change into our codebase however. We might have to do some dirty hacks. We're in the process of moving off the Travelling Ruby package however, and replacing it with a Rust shared library. Would you be able to use a different directory in the meantime? |
Yep, sure. |
@bethesque - would this diff be the workaround we'd need? |
Pre issue-raising checklist
I have already:
Software versions
Expected behaviour
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.85.0/pact-1.85.0-osx.tar.gz tar xzf pact-1.85.0-osx.tar.gz cd pact/bin ./pact-mock-service --help start
./pact-mock-service --help start
Should return help information.Actual behaviour
./pact-mock-service --help start
returns error../pact-mock-service --help start /Users/__removed__/_R&D/pact/pact/lib/ruby/bin/ruby: line 14: D/pact/pact/lib/ruby/lib/ruby/gems/2.2.0: No such file or directory
The text was updated successfully, but these errors were encountered: