Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 58150 invoked from network); 30 Jun 2009 22:30:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 22:30:07 -0000 Received: (qmail 49848 invoked by uid 500); 30 Jun 2009 22:30:17 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 49786 invoked by uid 500); 30 Jun 2009 22:30:17 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 49770 invoked by uid 99); 30 Jun 2009 22:30:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:30:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:30:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A86C4238888C; Tue, 30 Jun 2009 22:29:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789990 - /apr/apr-util/branches/1.4.x/test/nw_misc.c Date: Tue, 30 Jun 2009 22:29:55 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090630222955.A86C4238888C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Tue Jun 30 22:29:55 2009 New Revision: 789990 URL: http://svn.apache.org/viewvc?rev=789990&view=rev Log: play nice when called from bash. Modified: apr/apr-util/branches/1.4.x/test/nw_misc.c Modified: apr/apr-util/branches/1.4.x/test/nw_misc.c URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/test/nw_misc.c?rev=789990&r1=789989&r2=789990&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/test/nw_misc.c (original) +++ apr/apr-util/branches/1.4.x/test/nw_misc.c Tue Jun 30 22:29:55 2009 @@ -4,6 +4,7 @@ void _NonAppStop( void ) { + if (getenv("_IN_NETWARE_BASH_") == NULL) pressanykey(); }