diff options
Diffstat (limited to 'mksh/src/main.c')
-rw-r--r-- | mksh/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mksh/src/main.c b/mksh/src/main.c index 4c7d4a1..f962dd4 100644 --- a/mksh/src/main.c +++ b/mksh/src/main.c @@ -74,7 +74,6 @@ static const char *initcoms[] = { "hash=alias -t", /* not "alias -t --": hash -r needs to work */ "type=whence -v", #ifndef MKSH_UNEMPLOYED - "stop=kill -STOP", "suspend=kill -STOP $$", #endif "autoload=typeset -fu", |