Wireshark-commits: [Wireshark-commits] rev 22448: /trunk/ /trunk/tools/: runlex.sh /trunk/wiretap/: runlex.sh
From:
guy@xxxxxxxxxxxxx
Date: Sat, 04 Aug 2007 03:11:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22448
User: guy
Date: 2007/08/04 03:11 AM
Log:
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.
Directory: /trunk/tools/
Changes Path Action
+1 -1 runlex.sh Modified
Directory: /trunk/wiretap/
Changes Path Action
+1 -1 runlex.sh Modified