From e26ca25a4332330dfcf439bb79bd37dbe85f8e60 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 13 Oct 2024 10:18:39 +0100 Subject: ash: update comment PPID is no longer fake. --- shell/ash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/ash.c') 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 @@ * - job control doesn't work, though the jobs builtin is available * - trap doesn't work for signals, only EXIT * - /dev/null is supported for redirection - * - fake $PPID */ //config:config SHELL_ASH -- cgit v1.2.3-55-g6feb