ru f02f4e8406 Fixed a bug that previous revision has introduced -- we missed
the double quotes ("" and '') as a separate argument.

Reported by:	ache

The fix in this and previous revisions combined is functionally
equivalent to the below patch against rev. 1.27 but the code is
now much easier to follow:

%%%
Index: str.c
===================================================================
RCS file: /home/ncvs/src/usr.bin/make/str.c,v
retrieving revision 1.27
diff -u -r1.27 str.c
--- str.c	28 Oct 2002 23:33:57 -0000	1.27
+++ str.c	25 Jan 2004 12:09:21 -0000
@@ -168,7 +168,7 @@
 				inquote = (char) ch;
 				/* Don't miss "" or '' */
 				if (start == NULL && p[1] == inquote) {
-					start = t + 1;
+					start = t;
 					break;
 				}
 			}
%%%
2004-01-25 12:28:36 +00:00
..
2003-06-09 19:21:35 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-06-14 19:32:52 +00:00
2003-06-14 19:32:52 +00:00
2002-12-11 17:26:53 +00:00
2004-01-21 18:11:46 +00:00
2003-09-14 13:41:59 +00:00
2003-06-08 13:43:56 +00:00
2003-05-03 15:55:23 +00:00
2003-09-14 13:41:59 +00:00
2003-06-30 11:51:21 +00:00
2002-11-26 10:57:57 +00:00
2003-06-25 15:53:25 +00:00
2002-12-27 12:15:40 +00:00
2002-12-05 08:50:00 +00:00
2002-11-26 11:25:04 +00:00
2003-08-17 10:24:53 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-06-08 13:45:37 +00:00
2004-01-22 04:24:15 +00:00
2003-02-04 18:26:08 +00:00
2002-12-27 12:15:40 +00:00
2003-08-22 17:55:56 +00:00
2002-12-27 12:15:40 +00:00
2003-08-17 10:33:54 +00:00
2003-08-05 06:50:28 +00:00
2003-06-19 09:19:51 +00:00
2003-06-08 13:58:08 +00:00
2003-10-26 04:57:32 +00:00
2003-10-26 04:57:32 +00:00
2003-10-26 04:57:32 +00:00
2003-10-26 04:58:44 +00:00
2003-10-06 01:55:17 +00:00
2002-11-26 17:33:37 +00:00
2003-09-06 18:36:51 +00:00
2003-06-08 13:58:08 +00:00
2003-09-04 20:05:46 +00:00
2003-06-08 13:58:08 +00:00
2003-05-30 21:27:29 +00:00
2003-12-25 01:32:55 +00:00
2003-02-21 08:46:44 +00:00
2002-11-26 17:33:37 +00:00
2002-11-26 17:33:37 +00:00
2002-12-30 09:48:40 +00:00
2003-10-26 05:28:01 +00:00
2003-10-26 05:28:01 +00:00