|
From: | Sam Geeraerts |
Subject: | Re: [Gnewsense-dev] Re: [gNewSense-users] possible error in gen-kernel builder script |
Date: | Thu, 20 Aug 2009 22:27:56 +0200 |
User-agent: | Thunderbird 2.0.0.22 (X11/20090711) |
Tony schreef:
1) This option does *not* add a ? at the end of each line sed -i 's/^\([^ ?]+\)$/\1 ?/' $i2) This option (the fixed version of the original) *does* add a question mark at the end of each linesed -i 's/^\([^ ?][^ ?]*\)$/\1 ?/' $i
Can you explain what the difference is between those two exactly?
I agree with Sam, let's comment the line out altogether, then add a comment with what we suspect is correct until we get more information on what these ? actually mean.
I believe I suggested to leave it as it is, but to add the corrected expression in a comment with a note until we know what it means. The most logical assumption is that a question mark after the module name makes it not required for building Linux.
[Prev in Thread] | Current Thread | [Next in Thread] |