From: Mike Frysinger Date: Tue, 7 Apr 2009 07:28:25 +0000 (-0000) Subject: here documents have been added, so drop from TODO X-Git-Tag: 1_14_0~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d4a24f2aae0b1e60b805062adf9ba51c011d75c7;p=oweals%2Fbusybox.git here documents have been added, so drop from TODO --- diff --git a/shell/hush.c b/shell/hush.c index 1740187d4..dc59d73bb 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -40,7 +40,6 @@ * POSIX syntax not implemented: * aliases * <(list) and >(list) Process Substitution - * Here Documents ( << word ) * Functions * Tilde Expansion *