From 865b267dbf4dc8f69815b7806f3cd4d66897a7f1 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 21 Jan 2011 21:07:11 +0000 Subject: [PATCH] drop suspend alias in Android too --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index dd638f6..3bcbb92 100644 --- a/main.c +++ b/main.c @@ -33,7 +33,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/main.c,v 1.174 2011/01/21 21:04:44 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/main.c,v 1.175 2011/01/21 21:07:11 tg Exp $"); extern char **environ; @@ -69,10 +69,10 @@ static const char *initcoms[] = { T_local_typeset, "hash=alias -t", /* not "alias -t --": hash -r needs to work */ "type=whence -v", -#ifndef MKSH_UNEMPLOYED -#ifndef ANDROID +#if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED) + /* not in Android for political reasons */ + /* not in ARGE mksh due to no job control */ "stop=kill -STOP", -#endif "suspend=kill -STOP $$", #endif "autoload=typeset -fu",