Bug#428494: pbbuttonsd: several bashisms (test ==)

2007-07-07 Thread Matthias Grimm
Hi Colin, Thanks for your report. I applied your patch to the upstream source. The next release will contain it. Best Regards Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#428494: pbbuttonsd: several bashisms (test ==)

2007-06-12 Thread Colin Watson
Package: pbbuttonsd Version: 0.7.9-2 Severity: normal Tags: patch 'test A == B' is a bashism; 'test A = B' is the portable near-equivalent. pbbuttonsd contains several uses of 'test A == B' or the identical '[ A == B ]' in #! /bin/sh scripts. The attached patch fixes these. Thanks, -- Colin