Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 26888 invoked by uid 6000); 26 Mar 1999 15:55:12 -0000 Received: (qmail 26732 invoked from network); 26 Mar 1999 15:55:04 -0000 Received: from i.meepzor.com (HELO Mail.MeepZor.Com) (root@204.146.167.214) by taz.hyperreal.org with SMTP; 26 Mar 1999 15:55:04 -0000 Received: from Golux.Com (ss03.nc.us.ibm.com [32.97.136.233]) by Mail.MeepZor.Com (8.8.5/8.8.5) with ESMTP id KAA13668; Fri, 26 Mar 1999 10:57:50 -0500 Message-ID: <36FBADCD.311145E9@Golux.Com> Date: Fri, 26 Mar 1999 10:54:53 -0500 From: Rodent of Unusual Size Organization: The Apache Group X-Mailer: Mozilla 4.06 [en] (WinNT; U) MIME-Version: 1.0 To: new-httpd@apache.org Subject: Re: cvs commit: apache-apr/apr/lib Makefile.in References: <19990326084033.A140@engelschall.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Ralf S. Engelschall wrote: > > In article <19990325201230.5286.qmail@hyperreal.org> you wrote: > > coar 99/03/25 12:12:29 > > > SYS_HW=`(uname -m) 2>/dev/null` || SYS_HW="unknown" > > SYS_VER=`(uname -v) 2>/dev/null` || SYS_VER="unknown" > > SYS_SW=`(uname -s) 2>/dev/null` || SYS_SW="unknown" > >[...] > > -if test "$SYS_SW" = "AIX"; then > > +if (test "$SYS_SW" = "AIX"); then > > Just a hint: the subshell-notation with () is unusual and not necessary AFAIK. I don't think it's unusual; I see it frequently. And it doesn't do any harm. Besides, the SYS_* lines were essentially copied from the current src/Configure, so it's not as though I'm introducing anything new. :-) -- #ken P-)} Ken Coar Apache Group member "Apache Server for Dummies"