Opened 8 years ago

Last modified 7 years ago

#52954 closed defect

xlsx2csv @1.2 darwin: bad bash test for gnused searching exact file gsed without path and never to be found — at Initial Version

Reported by: energo80 Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: haspatch Cc:
Port: xlsx2csv

Description

This is current code in line gnused=$(which sed) "${platform}" == "Darwin" ? && gnused=gsed

-f "$gnused" ?
{ ERROR....}

should be changed to

which $gnused
error

Change History (0)

Note: See TracTickets for help on using tickets.