/bin/sh: !: not found

From: Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il>
To: pgsql-bugs(at)postgresql(dot)org
Subject: /bin/sh: !: not found
Date: 2000-12-23 15:03:45
Message-ID: Pine.SUN.4.21.0012231655470.3594-100000@dardar.wisdom.weizmann.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi.

I using version from CVS, and after update tried to run `make
distclean'. For some reason my GNUMakefile was deleted, so Makefile is
used by gmake and I got an error message (see Subj)

The reason is
@if ! [ -f GNUmakefile ] ; then \
^^^ in the Makefile

To fix it should be changed to
@if [ ! -f GNUmakefile ] ; then \

This problem exists in Makefile and src/Makefile, maybe somethere else

Regards,
ASK

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dronamraju Rajesh 2000-12-25 12:24:49 postgres bombs for continous selects....
Previous Message Robert A. Weiler 2000-12-22 20:26:52 Table corruption on drop