vagrant/plugins/guests/linux/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
..
choose_addressable_ip_addr.rb guests/linux: Style update for choose_addressable_ip 2016-07-18 21:12:59 -04:00
halt.rb guests: Prevent ssh disconnect from causing error on halt 2016-08-12 13:25:39 -07:00
mount_smb_shared_folder.rb Fix linux guest mount smb capability 2017-03-24 13:42:51 -07:00
mount_virtualbox_shared_folder.rb Use uid/gid from mount_options if provided for synced folders. 2016-12-14 12:12:17 -08:00
network_interfaces.rb guests/rhel: Update network configuration 2017-04-26 13:15:33 -07:00
nfs.rb Use uid/gid from mount_options if provided for synced folders. 2016-12-14 12:12:17 -08:00
port.rb guests/linux: set a timeout on nc 2014-04-21 13:55:40 -07:00
public_key.rb Remove `set -e` usage for better shell compatibility 2016-10-24 10:30:08 -07:00
read_ip_address.rb Use sudo for read_ip_address capability 2015-07-10 13:25:11 -06:00
rsync.rb guests/rsync do not chown files excluded from sync 2016-08-16 15:13:19 -07:00
shell_expand_guest_path.rb (#8917) Fix shell_expand_guest_path capability 2017-08-25 10:02:36 -07:00