Bug#489670: wx2.6-examples: bashism in /bin/sh script

2011-10-12 Thread Olly Betts
tag 489670 + wontfix thanks On Tue, Dec 02, 2008 at 02:31:51PM +1030, Ron wrote: > It's part of an ugly upstream kludge for working in the source tree, > apparently it was better to litter subdirs of that with scripts that > do `cd ..` than to just build their rpms from the top level. *shrug* > Th

Bug#489669: Bug#489670: wx2.6-examples: bashism in /bin/sh script

2008-12-01 Thread Ron
On Mon, Dec 01, 2008 at 01:20:34PM -0500, Andres Mejia wrote: > On Monday 01 December 2008 09:42:42 am Ron wrote: > > The only sensible thing I can see to do with this script is remove > > it entirely. But since nobody has noticed it is useless, even when > > they tried to patch it, this doesn't s

Bug#489670: wx2.6-examples: bashism in /bin/sh script

2008-12-01 Thread Andres Mejia
On Monday 01 December 2008 09:42:42 am Ron wrote: > On Sun, Nov 30, 2008 at 11:06:15PM -0500, Andres Mejia wrote: > > tags 489670 + patch > > thanks > > > > Here's a patch to resolve this issue. > > > > --- wxPython/demo/b.old 2008-11-30 23:04:44.0 -0500 > > +++ wxPython/demo/b 2008-11-

Bug#489670: wx2.6-examples: bashism in /bin/sh script

2008-12-01 Thread Ron
On Sun, Nov 30, 2008 at 11:06:15PM -0500, Andres Mejia wrote: > tags 489670 + patch > thanks > > Here's a patch to resolve this issue. > > --- wxPython/demo/b.old 2008-11-30 23:04:44.0 -0500 > +++ wxPython/demo/b 2008-11-30 23:04:55.0 -0500 > @@ -1,4 +1,4 @@ > #!/bin/sh > cd

Bug#489670: wx2.6-examples: bashism in /bin/sh script

2008-11-30 Thread Andres Mejia
tags 489670 + patch thanks Here's a patch to resolve this issue. --- wxPython/demo/b.old 2008-11-30 23:04:44.0 -0500 +++ wxPython/demo/b 2008-11-30 23:04:55.0 -0500 @@ -1,4 +1,4 @@ #!/bin/sh cd .. -. b $* +exec b $* cd - -- Regards, Andres signature.asc Description: Thi