mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-20 16:31:24 -05:00
Prior to this commit, when the guest capability attempted to expand a path with spaces it would quote the path passed in. However if the path also had a relative path those quotes would end up making `printf` ignore it and not properly expand the path fully. This commit updates that to first escape the quotes of a path and then pass in the new path to be expanded. |
||
|---|---|---|
| .. | ||
| change_host_name.rb | ||
| configure_networks.rb | ||
| rsync.rb | ||
| shell_expand_guest_path.rb | ||