Re: pgAdmin 1.10.0 Beta 1 uploaded - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin 1.10.0 Beta 1 uploaded
Date
Msg-id 937d27e10903121410o3d5877b9g91d3eb30387f5ca4@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin 1.10.0 Beta 1 uploaded  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Responses Re: pgAdmin 1.10.0 Beta 1 uploaded  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgadmin-hackers
On Thu, Mar 12, 2009 at 8:58 PM, Devrim GÜNDÜZ <devrim@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:

dpage@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
dpage@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-support@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
dpage@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

pgadmin-hackers by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: pgAdmin 1.10.0 Beta 1 uploaded
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: pgAdmin 1.10.0 Beta 1 uploaded