install.sh: make xargs check work with -vx
commit0ac01ceb92f6075c168eebe957f107bc2753f5dc
authorKyle J. McKay <mackyle@gmail.com>
Fri, 29 May 2020 04:12:31 +0000 (28 21:12 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 29 May 2020 04:12:31 +0000 (28 21:12 -0700)
treead36f75790bc78c676fb744c94d75744fec42c27
parentfeed6fe11adee267c31cf716375c5b8f72bf764d
install.sh: make xargs check work with -vx

Send the stderr output of the xargs checks to /dev/null instead
of capturing it.  This allows use of -v and/or -x options to
debug the script without causing the xargs sanity checks to fail.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh