[mythtv-commits] Ticket #1613: mythfilldatabasecron script has invalid mail command

MythTV mythtv at cvs.mythtv.org
Sat Apr 1 23:46:18 UTC 2006


#1613: mythfilldatabasecron script has invalid mail command
--------------------------------+-------------------------------------------
 Reporter:  randallb at gmail.com  |       Owner:  ijr
     Type:  patch               |      Status:  new
 Priority:  minor               |   Milestone:     
Component:  mythtv              |     Version:     
 Severity:  medium              |  
--------------------------------+-------------------------------------------
 The mail command in the mythfilldatabasecron script uses the here document
 <<-END that allows for indentation by stripping out all leading tab
 characters.  However, spaces appear to have been used for indentation,
 preventing the here document to function properly (spaces aren't stripped)
 and resulting in "syntax error: unexpected end of file" upon execution.

 I'm attaching a patch that has tabs substituted for the leading spaces.

 Here's a link to the script:
 http://svn.mythtv.org/trac/browser/trunk/mythtv/configfiles/mythfilldatabasecron

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1613>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list