
11 Sep
2009
11 Sep
'09
7:56 p.m.
Ken MacLeod wrote:
On Fri, Sep 11, 2009 at 11:30 AM, Jerry Van Baren <gerald.vanbaren@ge.com mailto:gerald.vanbaren@ge.com> wrote:
Scott Wood wrote: > On Thu, Sep 10, 2009 at 08:23:27PM -0400, Jerry Van Baren wrote: >> fdt set /ethernet@f00 interrupts "this is a string" >> can now handle multiple strings (words) by concatenating them with >> spaces (quoted strings still work the same as before because of hush's >> argument parsing) >> fdt set /ethernet@f00 interrupts this is a string > > How do you set a string list, then?
The original code did not support string lists and this patch does not address string lists.
This patch takes the most obvious syntax for supporting a string list in the future, and makes it mean something else.
-Scott