[mythtv-commits] Ticket #13272: Code cleanup - change shebang from /usr/bin/env perl to /usr/bin/perl

MythTV noreply at mythtv.org
Sun Jul 29 21:45:40 UTC 2018


#13272: Code cleanup - change shebang from /usr/bin/env perl to /usr/bin/perl
------------------------------+-------------------------------
 Reporter:  Gary Buhrmaster   |          Owner:  David Hampton
     Type:  Patch - Feature   |         Status:  closed
 Priority:  minor             |      Milestone:  unknown
Component:  MythTV - General  |        Version:  Master Head
 Severity:  medium            |     Resolution:  fixed
 Keywords:                    |  Ticket locked:  0
------------------------------+-------------------------------

Comment (by David Hampton <mythtv@…>):

 In [changeset:"b64faea20bbfedd8df7ade3acf5351bdf49a72ae/mythtv"
 b64faea20b/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="b64faea20bbfedd8df7ade3acf5351bdf49a72ae"
 Change shebang from '/usr/bin/env perl' to /usr/bin/perl.

 Use of /usr/bin/env has a storied discussion, but is considered ill
 advised by some. For all the perl code in the main sources the shebang
 specifies /usr/bin/perl with the exception of the following two
 files. Some build processes report a warning of the use of
 /usr/bin/env (and/or modify it to meet the package standards).

 Patch from Gary Buhrmaster, fixes #13272.
 }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13272#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list