Opened 16 years ago

Closed 16 years ago

#5204 closed defect (fixed)

Parameters not passed to MythInstall.bat

Reported by: arnonm@… Owned by: danielk
Priority: minor Milestone: 0.21.1
Component: windows Version: head
Severity: medium Keywords: win32
Cc: Ticket locked: no

Description

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";

Change History (1)

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [17060]) Arg passing bug I made in MythInstaller?.bat, found by Arnon Meshoulam. Closes #5204

Note: See TracTickets for help on using tickets.