[mythtv-commits] Ticket #2000: mythburn.py appears not to inherit PATH from mytharchive

MythTV mythtv at cvs.mythtv.org
Tue Jun 27 22:54:16 UTC 2006


#2000: mythburn.py appears not to inherit PATH from mytharchive
------------------------------------+---------------------------------------
 Reporter:  mythtv at babysimon.co.uk  |        Owner:  paulh
     Type:  defect                  |       Status:  new  
 Priority:  minor                   |    Milestone:       
Component:  mythtv                  |      Version:  head 
 Severity:  low                     |   Resolution:       
------------------------------------+---------------------------------------
Comment (by mythtv at babysimon.co.uk):

 I get:
 {{{
 PATH:
 /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/java/bin:/opt/mythtv/bin/bin:/sbin:/usr/local/bin:/usr/bin:/opt/bin:
 }}}

 Which suggests that the line:
 {{{
 os.environ['PATH'] += "/bin:/sbin:/usr/local/bin:/usr/bin:/opt/bin:"
 }}}

 should maybe be:
 {{{
 os.environ['PATH'] += ":/bin:/sbin:/usr/local/bin:/usr/bin:/opt/bin:"
 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2000>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list