On Mon, May 10, 2010 at 05:04:51PM +0100, Neil Williams wrote: > tag 581006 + pending > retitle 581006 svn-do: remove bashism in OUR_OPTS > quit > > On Mon, 10 May 2010 16:56:32 +0200 > Enrico Tassi <[email protected]> wrote: > > > Package: svn-buildpackage > > Version: 0.8.0 > > Severity: normal > > > > The program uses many bash specific features, but requires /bin/sh as the > > interpreter. > > Please, update the first line requiring bash > > "Many bash features"??? Which program??? > > The majority of svn-buildpackage is perl. Of the shell scripts used, > only one has a warning from checkbashisms and that does not require > using bash, it just means altering the code slightly.
Sorry for the imprecise bug report, I mean svn-do. It does stuff like X+=Y and $X = 0 to test for empty strings. I've /bin/sh pointing to dash, and to run it properly I need to call `bash svn-do bash`. Cheers -- Enrico Tassi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

