svn commit: [26056] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Fri Apr 10 13:51:57 UTC 2009


Author: vda
Date: 2009-04-10 13:51:56 +0000 (Fri, 10 Apr 2009)
New Revision: 26056

Log:
hush: reinstate accidentally reverted comment fix 



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-10 13:49:10 UTC (rev 26055)
+++ trunk/busybox/shell/hush.c	2009-04-10 13:51:56 UTC (rev 26056)
@@ -344,7 +344,8 @@
 
 	REDIRFD_CLOSE      = -3,
 	REDIRFD_SYNTAX_ERR = -2,
-	REDIRFD_TO_FILE    = -1, /* otherwise, rd_fd if redirected to rd_dup */
+	REDIRFD_TO_FILE    = -1,
+	/* otherwise, rd_fd is redirected to rd_dup */
 
 	HEREDOC_SKIPTABS = 1,
 	HEREDOC_QUOTED   = 2,



More information about the busybox-cvs mailing list