On 04/21/09 20:21, Steven Lau wrote: > On 04/21/09 01:50 AM, jan damborsky wrote: >> Hi Steven, >> >> >> On 04/21/09 03:23, Steven Lau wrote: >>> Hi Jan, >>> >>> On live-fs-root : >>> >>> line 280: you might need a space at the end inside the double quote >>> string. >> >> Actually, it is not needed, since echo(1) adds space automatically to >> separate >> printed arguments. >> >> Thanks for looking at this ! >> Jan > Hi Jan, > > Actually ... based on your original code ... you did need add a space > because you put your "\" immediately after the strings. But I > realized that you already put a space before "\" on you new webrev, > which could also fix the problem (because you echo "xxx" and a space) > .... I am not sure echo(1) will adds space 'automatically' .... Just > for you info.
Hi Steven, you are right. I have tried and if there are no 'BLANKs' between strings, echo(1) concatenates them. If there are BLANKs, they are collapsed and strings are separated by one space. In our case, it is assured that the 'BLANKs' are present, since continuation line is always indented as requested by coding style. Thanks for looking at this ! Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20090422/b2641be0/attachment.html>
