Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] win32-setup.sh fails to set executable bit for upx.exe - any

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Thu, 29 Nov 2007 21:44:03 -0500
Ulf Lamping wrote:
1>Verifying that the DLLs and EXEs in . are executable.

1>++ /usr/bin/find . '(' -name '*.dll' -o -name vcredist_x86.exe ')'
                                                  ^^^^^^^^^^^^^^^^

1>+ for i in '`/usr/bin/find . \( -name *\.dll -o -name *\.exe \)`'

<more dll's but *no* exes since the find was looking for vcredist...exe which happend to be in your top level directory (but not in mine).

I've submitted a fix which quotes the *\.dll and *.\exe   ....


Bill