Public bug reported:

% head -n 1 /usr/bin/gwibber-accounts 
#!/usr/bin/env python

This is destined to break.  It is never a good idea for production code
to use /usr/bin/env.  Instead, it should use #!/usr/bin/python just like
gwibber-service does.

** Affects: gwibber
     Importance: Undecided
         Status: New

** Affects: gwibber (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: gwibber
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/988385

Title:
  /usr/bin/gwibber-accounts has bogus #! line

Status in Gwibber:
  New
Status in “gwibber” package in Ubuntu:
  New

Bug description:
  % head -n 1 /usr/bin/gwibber-accounts 
  #!/usr/bin/env python

  This is destined to break.  It is never a good idea for production
  code to use /usr/bin/env.  Instead, it should use #!/usr/bin/python
  just like gwibber-service does.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/988385/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to