On 5/09/10 05:23 , Trevor Woerner wrote:
On Thu, Aug 26, 2010 at 6:50 PM, Peter Hutterer
<[email protected]> wrote:
-if test x"${PREFIX}" = x ; then
+if test x"${PREFIX}" = x -a -z "$LISTONLY" ; then
nitpick: the rest of the script uses test foo&& test foo instead of -a
No problem.
+if [ -z "$LISTONLY" ]; then
+ echo "Building to run $HOST_OS / $HOST_CPU ($HOST)"
test or []?
Would this be for consistency, or is there a difference between the
two of which I'm not aware?
In any case I'll switch it to 'test', no problem.
just consistency. we've got both mixed up already, but I'd prefer if we
pick one and stick with it if possible. especially in one patch.
I don't have a preference either way, whichever one is more prevalent i
suppose.
Cheers,
Peter
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel