Opened 18 years ago
Closed 18 years ago
#5204 closed defect (fixed)
Parameters not passed to MythInstall.bat
| Reported by: | 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";
Note:
See TracTickets
for help on using tickets.

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