termpdf icon indicating copy to clipboard operation
termpdf copied to clipboard

exit function crashes with sed error

Open max-baz opened this issue 7 years ago • 0 comments

This line:

https://github.com/dsanson/termpdf/blob/5d9e9796d618dbe81bace9ffeb65f409cb461cb4/termpdf#L362

Crashes with:

sed: -e expression #1, char 1: unknown command: `.'

I'm guessing instead of -i '.bak' it should be -i.bak.

max-baz avatar May 23 '18 00:05 max-baz