aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2024-10-13 10:18:39 +0100
committerRon Yorston <rmy@pobox.com>2024-10-13 10:18:39 +0100
commite26ca25a4332330dfcf439bb79bd37dbe85f8e60 (patch)
treed1f848682f1611a3b4a351003013cf7cf460b9ea /shell/ash.c
parent6af8061b6dfde7cf4e41a6da00bf91a7105a05eb (diff)
downloadbusybox-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.c1
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