vagrant/plugins/guests/darwin
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
..
cap drop `-r` flag from `xargs` on OS X 2014-05-25 18:42:40 -04:00
guest.rb Update Darwin guest description 2013-08-06 10:18:12 -04:00
plugin.rb guests/*: setup rsync_pre properly 2014-05-06 18:40:55 -07:00