Skip to content

Fix `sed` invocation.

Carlo Cabrera requested to merge carlocab/poppler:bsd-sed into master

The current sed call works only for GNU sed. We can fix that by using the -e flag.

Closes #1290 (closed)

Merge request reports