There is a report that it dosen't work on debian's dash, because it uses "echo -e" to treat line break.
We'll use "printf" instead of "echo -e ". 2012/3/20 Serge Dubrouski <[email protected]>: > Sorry, we'll rework the patch. > > On Mar 19, 2012 2:39 PM, "Soffen, Matthew" <[email protected]> wrote: >> >> I believe that the reason for not using #bash is that it is it NOT part of >> the default install on non Linux systems. >> >> >> Matthew Soffen >> Principal Software Testing Coordinator >> ISO New England - http://www.iso-ne.com/ >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Lars >> Marowsky-Bree >> Sent: Monday, March 19, 2012 4:24 PM >> To: High-Availability Linux Development List >> Subject: Re: [Linux-ha-dev] Patch: pgsql streaming replication >> >> On 2012-03-19T11:09:16, Dejan Muhamedagic <[email protected]> wrote: >> >> > > --- a/heartbeat/pgsql >> > > +++ b/heartbeat/pgsql >> > > @@ -1,12 +1,13 @@ >> > > -#!/bin/sh >> > > +#!/bin/bash >> > Our policy is not to change shell. Is that absolutely necessary? >> >> He sends in many patches. bash is a <1MB install. I can't believe that in >> 2012 we're still having this discussion ;-) >> >> >> >> Regards, >> Lars >> >> -- >> Architect Storage/HA >> SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix >> Imendörffer, HRB 21284 (AG Nürnberg) "Experience is the name everyone gives >> to their mistakes." -- Oscar Wilde _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
