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

rabbitmq-echopid.bat does not call rabbitmq-env.bat correctly #1642

Closed
lukebakken opened this issue Jul 16, 2018 · 0 comments
Closed

rabbitmq-echopid.bat does not call rabbitmq-env.bat correctly #1642

lukebakken opened this issue Jul 16, 2018 · 0 comments
Assignees
Labels
bug effort-low pkg-windows An issue specific to Windows
Milestone

Comments

@lukebakken
Copy link
Collaborator

If you run the following command (example is from my Windows 8.1 VM named WIN81):

.\rabbitmq-echopid.bat rabbit@WIN81

You'll get the following output:

The system cannot find the path specified.

This is because delayed-expansion is being used for the path to rabbitmq-env.bat in this line, and %TDP0% expansion should be used.

Also if the argument to the script is missing, it should provide help instead of not printing anything.

@lukebakken lukebakken added this to the 3.7.8 milestone Jul 16, 2018
@lukebakken lukebakken self-assigned this Jul 16, 2018
@lukebakken lukebakken added the bug label Jul 16, 2018
lukebakken added a commit that referenced this issue Jul 16, 2018
@michaelklishin michaelklishin added pkg-windows An issue specific to Windows effort-low labels Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug effort-low pkg-windows An issue specific to Windows
Projects
None yet
Development

No branches or pull requests

2 participants