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

Fixes #8149: On Windows, a file c:\Program is created #904

Conversation

ncharles
Copy link
Member

@ncharles ncharles commented Apr 4, 2016

@@ -285,7 +285,7 @@ bundle agent listInstalledVM
&if(NOVA)&
windows.VirtualBoxInstalled::
"\"${virtualMachines.virtual_box_install_path}VBoxManage.exe\""
args => "-q list vms > ${virtualMachines.VBoxListFile}",
args => "-q list vms > \"${virtualMachines.VBoxListFile}\"",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the escaping also needed at lines 280 and 305?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, because 280 and 305 are not windows, hence no Program Files

@amousset
Copy link
Member

amousset commented Apr 4, 2016

Ok, merging.

@amousset amousset merged commit c30d97b into Normation:branches/rudder/2.11 Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants