Sigh, crufty old shells. The Solaris test(1) manual says that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Aug 2007 03:11:06 +0000 (03:11 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Aug 2007 03:11:06 +0000 (03:11 +0000)
commit1ca8a470123782787bd6468ab80c912c8803129c
tree273d2d8c9f72765b52a67d0d692ad9d0f813df41
parent78fd750f28c9d608c948ac79fb75689caafdf8eb
Sigh, crufty old shells.  The Solaris test(1) manual says that

1) "-e" isn't supported by good old /bin/sh, so we use "-r"
   instead;

2) "The algorithm for determining the precedence of the
   operators and the return value that will be generated is
   based on the number of arguments presented to test", so we
   explicitly parenthesize.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22448 f5534014-38df-0310-8fa8-9805f1628bb7
tools/runlex.sh
wiretap/runlex.sh