After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597238 - gget uses hardcoded python version in shebang
gget uses hardcoded python version in shebang
Status: RESOLVED DUPLICATE of bug 571784
Product: gget
Classification: Deprecated
Component: general
0.0.x
Other Linux
: Normal normal
: ---
Assigned To: gget-maint
gget-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-03 21:17 UTC by Justin
Modified: 2009-10-03 21:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Justin 2009-10-03 21:17:06 UTC
The shebang is

#!/usr/bin/env python2.5

But it should work with python >2.5 as the configure requests.

So the version should not be hardcoded.
Comment 1 Justin 2009-10-03 21:23:50 UTC
dupe of 571784
Comment 2 Justin 2009-10-03 21:23:59 UTC

*** This bug has been marked as a duplicate of bug 571784 ***