Re: Guessing the date style from the timezone for postgresql postinst
On Sun, Sep 19, 1999 at 12:31:27AM +0200, Josip Rodin wrote: > On Sat, Sep 18, 1999 at 06:36:47PM +0200, Robert Vollmert wrote: > > With /bin/sh -> /bin/ash, I get the following error: > > > > guess.datestyle: 25: Syntax error: word unexpected (expecting ")"
Re: Guessing the date style from the timezone for postgresql postinst
: Syntax error: word unexpected (expecting ")") It works fine with bash. It seems the opening brace on case "$x" in ( SystemV | posix | right ) ^ is causing this. -- Robert Vollmert [EMAIL PROTECTED]