vagrant/plugins/guests/darwin/cap
Matt Behrens ef44f19601 drop `-r` flag from `xargs` on OS X
OS X's `xargs` does not support the `-r` flag (which means "do not
execute the command even once if there are no arguments"), but
behaves by default as if it was specified.

You can verify this yourself with this test:

    $ touch zero-length-file
    $ xargs echo <zero-length-file

If `echo` is executed, you will see a blank line.  If it is not
executed (i.e. `-r` is specified or the behavior is implied) then
you will see no blank line.
2014-05-25 18:42:40 -04:00
..
change_host_name.rb Working implementation with NFS, still some caveats: 2013-07-31 18:07:04 -07:00
configure_networks.rb use global namespace for class IO naming conflict 2014-03-12 07:52:11 -04:00
halt.rb Working implementation with NFS, still some caveats: 2013-07-31 18:07:04 -07:00
mount_nfs_folder.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
mount_vmware_shared_folder.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
rsync.rb drop `-r` flag from `xargs` on OS X 2014-05-25 18:42:40 -04:00
shell_expand_guest_path.rb guests: rename LinuxShellExpandFailed error to ShellExpandFailed 2014-02-02 17:26:54 -03:00
verify_vmware_hgfs.rb Support verify_vmware_hgfs in darwin guest. 2013-08-09 15:00:38 -04:00