You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2009/06/30 08:09:17 UTC

svn commit: r789568 - /apr/apr/trunk/test/nw_misc.c

Author: fuankg
Date: Tue Jun 30 06:09:16 2009
New Revision: 789568

URL: http://svn.apache.org/viewvc?rev=789568&view=rev
Log:
play nice when called from bash.

Modified:
    apr/apr/trunk/test/nw_misc.c

Modified: apr/apr/trunk/test/nw_misc.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/nw_misc.c?rev=789568&r1=789567&r2=789568&view=diff
==============================================================================
--- apr/apr/trunk/test/nw_misc.c (original)
+++ apr/apr/trunk/test/nw_misc.c Tue Jun 30 06:09:16 2009
@@ -4,6 +4,7 @@
 
 void _NonAppStop( void )
 {
+  if (getenv("_IN_NETWARE_BASH_") == NULL)
     pressanykey();
 }