vagrant/plugins/guests/openbsd/cap
Brian Cain 0ac26be4ef (#8917) Fix shell_expand_guest_path capability
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.
2017-08-25 10:02:36 -07:00
..
change_host_name.rb Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
configure_networks.rb Prefix tempfiles with vagrant- 2016-05-31 00:18:16 -04:00
halt.rb guests/openbsd: include -h option on shutdown 2016-08-10 09:14:08 -07:00
rsync.rb guests/openbsd: Check package installation after installing package 2016-10-25 12:16:52 -07:00
shell_expand_guest_path.rb (#8917) Fix shell_expand_guest_path capability 2017-08-25 10:02:36 -07:00