From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: Fix for complete-bundle.sh |
Date: | 2014-11-21 09:28:43 |
Message-ID: | CA+OCxoy9vQaDKZPdMEv-deVPvre0SBhkU7kOr_bEkitkoPvQBA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Thanks - fix pushed.
On Thu, Nov 20, 2014 at 11:21 AM, Sandeep Thakkar
<sandeep(dot)thakkar(at)enterprisedb(dot)com> wrote:
> Hi
>
> While building pgAdmin3 on OS X, we observed that the script
> complete-bundle.sh, greps for the string "Mach-O i386 executable" from the
> output of file command. This does not work on my OS X 10.8, where the file
> shows the output in a different order.
>
> $ file pgAdmin3
> pgAdmin3: Mach-O executable i386
>
> So, the grep fails there. Attached herewith is the patch that should work
> for "Mach-O i386 executable" and as well as "Mach-O executable i386"
> outputs.
>
>
> --
> Sandeep Thakkar
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2014-11-21 09:30:31 | pgAdmin website commit: Fix installer link and text |
Previous Message | Dave Page | 2014-11-21 09:28:34 | pgAdmin III commit: Fix for changes in Apple XCode's tools output. |