ashafaei / pdf2pptx

Convert your (Beamer) PDF slides to (Powerpoint) PPTX
MIT License
371 stars 88 forks source link

Fix sed on macOS #4

Closed kpj closed 5 years ago

kpj commented 5 years ago

As mentioned in #1, BSD's version of sed (the one that macOS uses by default) leads to a crash during conversion. This PR detects whether we run on macOS and modifies the call accordingly.

ashafaei commented 5 years ago

@kpj Thank you very much for taking the time to fix this long-standing issue.