commit | 50239a665c88f5a95ce41146804500f5da90b19e | [log] [tgz] |
---|---|---|
author | Ron Yorston <rmy@pobox.com> | Sun Sep 12 11:21:08 2021 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Sep 14 08:16:15 2021 +0200 |
tree | e5fbe9c5f4f97b37de30d6f57f0af7c20908e680 | |
parent | 0beee209778870888c3a80a9ae57e74888bc8e7b [diff] |
ash: stopped jobs should only prevent exit from interactive shell When the user tries to exit an interactive shell with stopped jobs present the shell issues a warning and only exits if the user insists by trying to exit again. This shouldn't apply to non-interactive shells. Reported-by: Roberto A. Foglietta <roberto.foglietta@gmail.com> Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>