Re: pgAdmin 1.10.0 Beta 1 uploaded

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin 1.10.0 Beta 1 uploaded
Date: 2009-03-12 21:10:33
Message-ID: 937d27e10903121410o3d5877b9g91d3eb30387f5ca4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Mar 12, 2009 at 8:58 PM, Devrim GÜNDÜZ <devrim(at)gunduz(dot)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(at)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(at)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(at)postgresql(dot)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(at)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-03-12 22:03:32 Re: pgAdmin 1.10.0 Beta 1 uploaded
Previous Message Devrim GÜNDÜZ 2009-03-12 20:58:01 Re: pgAdmin 1.10.0 Beta 1 uploaded