#2615 closed defect (fixed)

RSB option --bset-tar-file fails on Windows.

Reported by: Chris Johns Owned by: Chris Johns
Priority: normal Milestone: 4.11
Component: tool/rsb Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Using --bset-tar-file fails on Windows with:

`cd` is not recognized as an internal or external command

Change History (2)

comment:1 Changed on 02/25/16 at 03:33:10 by Chris Johns <chrisj@…>

Resolution: fixed
Status: newclosed

In a7691f0a3853e112f635784f15daff888e1ca4ee/rtems-source-builder:

Wrap the tar command in double quotes for Windows cmd.exe.

Windows cmd.exe does not support a single quote for options. Change to
a double quote.

Closes #2615.

comment:2 Changed on 02/25/16 at 03:33:24 by Chris Johns <chrisj@…>

In 056e601477623b97ad40dfe8a3c182527bed266c/rtems-source-builder:

Wrap the tar command in double quotes for Windows cmd.exe.

Windows cmd.exe does not support a single quote for options. Change to
a double quote.

Closes #2615.

Note: See TracTickets for help on using tickets.