Opened 20 years ago

Closed 20 years ago

#21 closed patch (invalid)

nuvinfo fix for non-bash users

Reported by: Robert Tsai <rtsai1111> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: nuvinfo
Cc: Ticket locked: no

Description

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.

Attachments (2)

nuvexport.diff (485 bytes) - added by Robert Tsai <rtsai1111> 20 years ago.
nuvexport.2.diff (1.0 KB) - added by Robert Tsai <rtsai1111> 20 years ago.

Download all attachments as: .zip

Change History (4)

Changed 20 years ago by Robert Tsai <rtsai1111>

Attachment: nuvexport.diff added

comment:1 Changed 20 years ago by Robert Tsai <rtsai1111>

Type: defectpatch

Changed 20 years ago by Robert Tsai <rtsai1111>

Attachment: nuvexport.2.diff added

comment:2 Changed 20 years ago by xris <lists@…>

Resolution: invalid
Status: newclosed

submit nuvexport bugs to the nuvexport, not mythtv: http://svn.forevermore.net/nuvexport/

Note: See TracTickets for help on using tickets.