]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - scripts/clean/server/test.sh
scripts/test: make MacOS compatible
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Wed, 8 Dec 2021 06:23:54 +0000 (07:23 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 8 Dec 2021 07:38:22 +0000 (08:38 +0100)
commit875c402bab73feaa5fea224aef64677fbef577da
tree1c1689adc0695dda86a305a3aa787cee6728a57f
parentf307255e694d290c346749bff68545d5dfc581cf
scripts/test: make MacOS compatible

man xargs:
     -r      Compatibility with GNU xargs.  The GNU version of xargs runs the utility argument at least once, even if xargs input is empty, and it supports a -r option to inhibit this
             behavior.  The FreeBSD version of xargs does not run the utility argument on empty input, but it supports the -r option for command-line compatibility with GNU xargs, but the
             -r option does nothing in the FreeBSD version of xargs.
scripts/clean/server/test.sh