[Bug 988468] Re: /usr/bin/pastebinit has bogus #! line
Stéphane Graber
stgraber at stgraber.org
Fri Jan 17 00:39:42 UTC 2014
** Changed in: pastebinit
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pastebinit in Ubuntu.
https://bugs.launchpad.net/bugs/988468
Title:
/usr/bin/pastebinit has bogus #! line
Status in Pastebin it !!!:
Fix Released
Status in “pastebinit” package in Ubuntu:
Triaged
Bug description:
% head -n 1 /usr/bin/pastebinit
#!/usr/bin/env python
While it's fine, preferable even, for the development version of
pastebinit to have a #! line of /usr/bin/env python, it is just asking
for breakage for the deployed production version to use this.
Instead, when deployed, the line should be #!/usr/bin/python
To manage notifications about this bug go to:
https://bugs.launchpad.net/pastebinit/+bug/988468/+subscriptions
More information about the foundations-bugs
mailing list