[mythtv-commits] Ticket #21: nuvinfo fix for non-bash users

MythTV mythtv at cvs.mythtv.org
Mon Jun 27 22:26:55 UTC 2005


#21: nuvinfo fix for non-bash users
---------------------+------------------------------------------------------
       Id:  21       |      Status:  new                     
Component:  mythtv   |    Modified:  Mon Jun 27 22:26:55 2005
 Severity:  medium   |   Milestone:                          
 Priority:  trivial  |     Version:  head                    
    Owner:  ijr      |    Reporter:  Robert Tsai <rtsai1111> 
---------------------+------------------------------------------------------
 The nuvinfo script references $ENV{'_'} which I believe is a Bash-specific
 environment variable. It doesn't work under tcsh (fails with a perl
 error).

 I changed this to be $0 (zero) and things appear to work for me.

 I'm filing this under "mythtv" because there is no "nuvexport" component.

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


More information about the mythtv-commits mailing list