Bug#292187: phppgadmin.postrm could fail when /bin/sh is not bash

2005-01-25 Thread Isaac Clerencia
On Tuesday, 25 de January de 2005 17:22, Andrew Shugg wrote: > I haven't included a patch as this is very trivial, but if you could change > that '==' to '=' for the next release I'd be happy. =) Sure pgpGWv247xPSu.pgp Description: PGP signature

Bug#292187: phppgadmin.postrm could fail when /bin/sh is not bash

2005-01-25 Thread Andrew Shugg
Package: phppgadmin Version: 3.5.1-1 Severity: minor There is a test case in the phppgadmin.postrm script that uses a '==' operator instead of '=', which will fail when /bin/sh is a POSIX shell other than bash. phppgadmin.postrm:54:if [ "$1" = "abort-install" -o "$1" == "abort-upgrade"