aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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