svn commit: trunk/busybox/shell

vda at busybox.net vda at busybox.net
Sat Nov 22 01:32:41 UTC 2008


Author: vda
Date: 2008-11-21 17:32:40 -0800 (Fri, 21 Nov 2008)
New Revision: 24117

Log:
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT



Modified:
   trunk/busybox/shell/ash.c


Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c	2008-11-22 01:07:44 UTC (rev 24116)
+++ trunk/busybox/shell/ash.c	2008-11-22 01:32:40 UTC (rev 24117)
@@ -7575,7 +7575,9 @@
 	[NDEFUN   ] = SHELL_ALIGN(sizeof(struct narg)),
 	[NARG     ] = SHELL_ALIGN(sizeof(struct narg)),
 	[NTO      ] = SHELL_ALIGN(sizeof(struct nfile)),
+#if ENABLE_ASH_BASH_COMPAT
 	[NTO2     ] = SHELL_ALIGN(sizeof(struct nfile)),
+#endif
 	[NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)),
 	[NFROM    ] = SHELL_ALIGN(sizeof(struct nfile)),
 	[NFROMTO  ] = SHELL_ALIGN(sizeof(struct nfile)),




More information about the busybox-cvs mailing list