[Bug 988466] [NEW] /usr/bin/gdbus-codegen has bogus #! line

Barry Warsaw 988466 at bugs.launchpad.net
Wed Apr 25 18:32:53 UTC 2012


Public bug reported:

% head -n 1 /usr/bin/gdbus-codegen
#!/usr/bin/env python

While it's fine, preferable in fact for the development version of
gdbus-codegen to have #! /usr/bin/env python, it is not correct for the
deployed production version to use it.  That's just asking for breakage.
Instead, the installed version should use #!/usr/bin/python

** Affects: glib2.0 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/988466

Title:
  /usr/bin/gdbus-codegen has bogus #! line

Status in “glib2.0” package in Ubuntu:
  New

Bug description:
  % head -n 1 /usr/bin/gdbus-codegen
  #!/usr/bin/env python

  While it's fine, preferable in fact for the development version of
  gdbus-codegen to have #! /usr/bin/env python, it is not correct for
  the deployed production version to use it.  That's just asking for
  breakage.  Instead, the installed version should use #!/usr/bin/python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/988466/+subscriptions




More information about the foundations-bugs mailing list