[pacman-dev] [PATCH] Fix a possible bash-4.0 problem in makepkg

Dan McGee dpmcgee at gmail.com
Mon Apr 27 16:45:09 EDT 2009


On Mon, Apr 27, 2009 at 1:54 PM, Jeff <jeff at 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.


More information about the pacman-dev mailing list