On Thu, 18 Feb 2016 18:38:47 +0100 Christoph Zwerschke <[email protected]> wrote: > Maybe you can change > > if [ $? -ne 0 -o "$PERMS" != '755755755755644644644644' ] > > to > > if [ $? -eq 0 -a "$PERMS" != '755755755755644644644644' ]
Done. I will tag 5.0 in a few days. I don't think that we need to make a big announcement for 4.2.1. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:[email protected] _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
