Opened 16 years ago

Closed 16 years ago

#5208 closed defect (fixed)

Error in line executing iscc in win32-packager

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

Error in line executing iscc in win32-packager. DOS cannot accept ; commands. Change to && From

exec => ['cd '.$dosmythtv.'build\isfiles; '.

'"c:\Program Files\Inno Setup 5\iscc.exe" "'.

To

exec => ['cd '.$dosmythtv.'build\isfiles && '.

'"c:\Program Files\Inno Setup 5\iscc.exe" "'.

Attachments (1)

5208.patch (672 bytes) - added by arnonm@… 16 years ago.
Fix in win32-packager

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by arnonm@…

Attachment: 5208.patch added

Fix in win32-packager

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [17062]) Correct an errant Unix-shell-ism. Patch by Arnon. Closes #5208

Note: See TracTickets for help on using tickets.