Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-06-20 Thread Adam C Powell IV
On Fri, 2008-06-20 at 00:03 -0500, Raphael Geissert wrote: > On Thursday 19 June 2008, Adam C Powell IV wrote: > > On Thu, 2008-06-12 at 23:38 -0500, Raphael Geissert wrote: > > > > possible bashism in ./usr/bin/babel-libtool line 4624 ($'...' should > > > > be "$(printf '...')"): > > > > reload_ob

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-06-19 Thread Raphael Geissert
On Thursday 19 June 2008, Adam C Powell IV wrote: > On Thu, 2008-06-12 at 23:38 -0500, Raphael Geissert wrote: > > > possible bashism in ./usr/bin/babel-libtool line 4624 ($'...' should > > > be "$(printf '...')"): > > > reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | > > > $Xsed -e '

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-06-19 Thread Adam C Powell IV
On Thu, 2008-06-12 at 23:38 -0500, Raphael Geissert wrote: > found 476758 1.2.0.dfsg-4 > thanks > > At least one was already reported in the original report: > > possible bashism in ./usr/bin/babel-f77 line 504 (should be 'b = a'): > > if test $linkage != static -a $action = link -a $outtype == l

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-06-12 Thread Raphael Geissert
found 476758 1.2.0.dfsg-4 thanks At least one was already reported in the original report: > possible bashism in ./usr/bin/babel-f77 line 504 (should be 'b = a'): > if test $linkage != static -a $action = link -a $outtype == lib ; then > possible bashism in ./usr/bin/babel-libtool line 4624 ($'...

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-04-29 Thread Adam C Powell IV
On Fri, 2008-04-25 at 17:08 +0100, Clint Adams wrote: > On Tue, Apr 22, 2008 at 04:34:01PM +0100, Chris Lamb wrote: > > +trap "$run $rm $removelist; exit $EXIT_FAILURE" SIGHUP SIGINT SIGTERM > > Small nit here: the proper form would be > > trap "$run $rm $removelist; exit $EXIT_FAILURE" HUP I

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-04-25 Thread Clint Adams
On Tue, Apr 22, 2008 at 04:34:01PM +0100, Chris Lamb wrote: > +trap "$run $rm $removelist; exit $EXIT_FAILURE" SIGHUP SIGINT SIGTERM Small nit here: the proper form would be trap "$run $rm $removelist; exit $EXIT_FAILURE" HUP INT TERM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Bug#476758: libsidl-dev: bashism in /bin/sh script

2008-04-22 Thread Chris Lamb
tags 476758 + patch thanks Patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20 diff -urNad babel-1.2.0.dfsg.orig/bin/babel-cc.in babel-1.2.0.dfsg/bin/babel-cc.in --- babe