> From: John Burrell <[email protected]> > To: "[email protected]" <[email protected]> > Date: Sun, 6 Jul 2014 20:33:55 +0000 > Subject: [blfs-dev] A couple of command inconsistencies > > > > Dear Editors > > In the BLFS commands postlfs, 041-iptables has this line > > --enable-libipq && > > There is a space after the && which makes it difficult to do a global delete > on the && > > This is also true for general/251-ruby with this line: > > --docdir=/usr/share/doc/ruby-2.1.2 && > > Would you kindly remove the space after the && for these two commands to make > them consistent with all the other commands in the xml files. . . >
While yes, it's good to have consistency in xml source, a processing of that source should really be 'liberal in what it accepts' as input, at least insofar as allowing for the possibility of such spaces, surely? You could e.g. match on a regex such as '&&[[:blank:]]*$' or similar (depending on what the processing environment will accept regex-wise). rgds, akh -- -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
