diff options
Diffstat (limited to 'test/nw_misc.c')
-rw-r--r-- | test/nw_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nw_misc.c b/test/nw_misc.c index aa211ea9f..2f6709358 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(); } |