[mythtv-commits] Ticket #5204: Parameters not passed to MythInstall.bat

MythTV mythtv at cvs.mythtv.org
Tue Apr 15 08:21:34 UTC 2008


#5204: Parameters not passed to MythInstall.bat
------------------------------+---------------------------------------------
 Reporter:  arnonm at gmail.com  |       Owner:  danielk
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  0.21.1 
Component:  windows           |     Version:  head   
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 Command line parameters not passed to win32-packager through
 MythInstall.bat

 Line 67 needs to be changed from:
 exec "c:/perl/bin/perl.exe -w $file %ARGV";
 to
 exec "c:/perl/bin/perl.exe -w $file @ARGV";

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


More information about the mythtv-commits mailing list