| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin III commit: Fix for changes in Apple XCode's tools output. |
| Date: | 2014-11-21 09:28:34 |
| Message-ID: | E1XrkW2-0007N8-R4@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fix for changes in Apple XCode's tools output.
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.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=287922e7ef19e514eb3542f892662db01fd31420
Author: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Modified Files
--------------
pkg/mac/complete-bundle.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2014-11-21 09:28:43 | Re: Fix for complete-bundle.sh |
| Previous Message | Dave Page | 2014-11-21 09:22:26 | pgAdmin website commit: 1.20.0rc1 |