summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-07-06 01:18:55 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-07-06 01:18:55 +0000
commit5a6da946f261c039ffebcc87f9687c6b34cafdc6 (patch)
tree413cc68caa26aa3e135a017abc1d348edde1b80a
parent889349d4aaea051cfd83abc6867c58867fef0bbf (diff)
downloadlibapr-5a6da946f261c039ffebcc87f9687c6b34cafdc6.tar.gz
play nice when called from bash.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@791357 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/nw_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nw_misc.c b/test/nw_misc.c
index cf68692bd..c3518bb16 100644
--- a/test/nw_misc.c
+++ b/test/nw_misc.c
@@ -4,6 +4,7 @@
void _NonAppStop( void )
{
+ if (getenv("_IN_NETWARE_BASH_") == NULL)
pressanykey();
}