Re: [BUG] python-2.5.1-2 file usr/bin/python2.5-config

2007-09-17 Thread Jason Tishler
On Fri, Sep 14, 2007 at 11:09:56PM -0500, Ren? Berber wrote: > There is an obvious bug on the first line of that script. > > --- usr/bin/python2.5-config.orig 2007-09-15 03:58:10.671875000 + > +++ usr/bin/python2.5-config2007-09-15 03:58:41.640625000 + > @@ -1,4 +1,4 @@ > -#!/tmp

[BUG] python-2.5.1-2 file usr/bin/python2.5-config

2007-09-14 Thread René Berber
There is an obvious bug on the first line of that script. --- usr/bin/python2.5-config.orig 2007-09-15 03:58:10.671875000 + +++ usr/bin/python2.5-config2007-09-15 03:58:41.640625000 + @@ -1,4 +1,4 @@ -#!/tmp/python.6884/usr/bin/python2.5.exe +#!/bin/python2.5.exe import sys im