[BusyBox-cvs] busybox/shell ash.c,1.89,1.90

Manuel Novoa III mjn3 at busybox.net
Wed Feb 18 09:40:44 UTC 2004


Update of /var/cvs/busybox/shell
In directory nail:/tmp/cvs-serv9317

Modified Files:
	ash.c 
Log Message:
Fix vstype[] to match VS* defines.  Patch from OpenWrt by mbm.


Index: ash.c
===================================================================
RCS file: /var/cvs/busybox/shell/ash.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- ash.c	6 Feb 2004 10:33:19 -0000	1.89
+++ ash.c	18 Feb 2004 09:40:41 -0000	1.90
@@ -7604,7 +7604,7 @@
 	int quoted = 0;
 	static const char *const vstype[16] = {
 		nullstr, "}", "-", "+", "?", "=",
-		"#", "##", "%", "%%"
+		"%", "%%", "#", "##", nullstr 
 	};
 
 	nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc);




More information about the busybox-cvs mailing list