27 Apr
2009
27 Apr
'09
8:45 p.m.
On Mon, Apr 27, 2009 at 1:54 PM, Jeff <jeff@kcaccess.com> wrote:
On Sun, Apr 26, 2009 at 09:27:51AM -0500, Dan McGee wrote:
I'm with Allan here- we should fix the real problem rather than adding a "|| true" and calling it a day.
I wouldn't be against an exclusion of "compressed-encoding=" when running strip- Allan, what do you think? The easiest way of implementing this would be to make it the first case and make it a no-op.
Don't shell scripts cause a failure as well?
$ file blah.sh ; strip blah.sh ; echo $? blah.sh: Bourne-Again shell script text executable strip:blah.sh: File format not recognized
No, we only strip files with types application/x-sharedlib, application/x-archive, or application/x-executable.