maint: avoid using test's -a and -o operators; they are not portable
authorJim Meyering <meyering@redhat.com>
Tue, 28 Jun 2011 18:09:54 +0000 (20:09 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 28 Jun 2011 22:33:13 +0000 (23:33 +0100)
commitf5098279b6d0de51b5dd855ee499ced157a33995
tree8340054e7108c247d569d3ba0ce472625853cf75
parent72daf40de09cdf78f951a941bf6fbf271bf9d44d
maint: avoid using test's -a and -o operators; they are not portable

* configure.ac: use "test C1 && test C2", not "test C1 -a C2";
* autogen.sh: Likewise.
* sh/hivexget: Use "test C1 || test C2", not "test C1 -o C2"
autogen.sh
configure.ac
sh/hivexget