On Thu, Mar 12, 2009 at 8:58 PM, Devrim GÜNDÜZ <dev...@gunduz.org> wrote: > Hi Dave, > > On Thu, 2009-03-12 at 20:50 +0000, Dave Page wrote: > >> It was generated on a mac (which is basically bsd), but it should be >> ascii. What does it look like if u cat it? > > Hard to define :) A binary file with ascii footprints :)
Looks fine here on a Linux box: dp...@developer:~/pgadmin3-1.10.0-beta1$ uname -a Linux developer 2.4.33.3 #21 Fri Sep 1 04:42:41 CDT 2006 i686 i686 i386 GNU/Linux dp...@developer:~/pgadmin3-1.10.0-beta1$ head -30 configure #! /bin/sh # From configure.ac Revision: 4719 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.62 for pgadmin3 1.10.0-beta1. # # Report bugs to <pgadmin-supp...@postgresql.org>. # # Copyright 2002 - 2009 The pgAdmin Development Team # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac dp...@developer:~/pgadmin3-1.10.0-beta1$ file configure configure: awk script text (file thinks it's an awk script, but it's not saying it's binary) -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers