dsl c58b829dda Set the 'not a parameter' flag when we skip initial whitespace.
Otherwise:
    ./sh -c 'x=" "; for a in $x; do echo a${a}a; done'
is processed as a single empty parameter (instead of no parameters).
Should fix the breakage I introdiced in rev 1.75 and PR/34256 and PR/34254
2006-08-22 18:11:42 +00:00
..
2006-05-13 19:47:22 +00:00
2006-04-24 19:00:29 +00:00
2006-03-17 14:43:11 +00:00
2006-04-24 18:00:53 +00:00
2006-04-24 19:00:29 +00:00