svn commit: [26009] trunk/busybox/shell
vapier at busybox.net
vapier at busybox.net
Tue Apr 7 07:28:25 UTC 2009
Author: vapier
Date: 2009-04-07 07:28:25 +0000 (Tue, 07 Apr 2009)
New Revision: 26009
Log:
here documents have been added, so drop from TODO
Modified:
trunk/busybox/shell/hush.c
Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c 2009-04-07 07:16:37 UTC (rev 26008)
+++ trunk/busybox/shell/hush.c 2009-04-07 07:28:25 UTC (rev 26009)
@@ -40,7 +40,6 @@
* POSIX syntax not implemented:
* aliases
* <(list) and >(list) Process Substitution
- * Here Documents ( << word )
* Functions
* Tilde Expansion
*
More information about the busybox-cvs
mailing list