diff options
author | Ron Yorston <rmy@pobox.com> | 2024-10-13 10:18:39 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-10-13 10:18:39 +0100 |
commit | e26ca25a4332330dfcf439bb79bd37dbe85f8e60 (patch) | |
tree | d1f848682f1611a3b4a351003013cf7cf460b9ea /shell/ash.c | |
parent | 6af8061b6dfde7cf4e41a6da00bf91a7105a05eb (diff) | |
download | busybox-w32-e26ca25a4332330dfcf439bb79bd37dbe85f8e60.tar.gz busybox-w32-e26ca25a4332330dfcf439bb79bd37dbe85f8e60.tar.bz2 busybox-w32-e26ca25a4332330dfcf439bb79bd37dbe85f8e60.zip |
ash: update comment
PPID is no longer fake.
Diffstat (limited to '')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index b37446233..a646522d6 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -27,7 +27,6 @@ | |||
27 | * - job control doesn't work, though the jobs builtin is available | 27 | * - job control doesn't work, though the jobs builtin is available |
28 | * - trap doesn't work for signals, only EXIT | 28 | * - trap doesn't work for signals, only EXIT |
29 | * - /dev/null is supported for redirection | 29 | * - /dev/null is supported for redirection |
30 | * - fake $PPID | ||
31 | */ | 30 | */ |
32 | 31 | ||
33 | //config:config SHELL_ASH | 32 | //config:config SHELL_ASH |