install.sh: improve questionable test
commit4b491a03f72a06a7bbe0a16c02a08f5591192e77
authorKyle J. McKay <mackyle@gmail.com>
Mon, 23 Nov 2020 22:31:12 +0000 (23 15:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 23 Nov 2020 22:31:12 +0000 (23 15:31 -0700)
treee60ed524b9c4a43128ae85baa8a97111e75d8def
parent0ae8c3b66c0d754242548214ef25533aea0261db
install.sh: improve questionable test

When grepping a binary, it's best to use LC_ALL=C and the -a option
in addition to the already-supplied -q option.  Make it so.

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