Closed Peaches491 closed 7 years ago
I'm having the same issue.
mmm probably because your default shell is dash instead of bash? could you try removing the popd
part and just using cd
instead of pushd
?
I had the same issue on Ubuntu 14.10. Replacing pushd
with cd
and omitting popd
fixed it for me. The issue indeed seems to be that Ubuntu uses das as the default shell for scripts.
please try the latest version, it uses Dir::chdir
instead (and it was sitting as a PR for a year now, woohoo!)
On Ubuntu 14.10, fresh install with Jekyll 2.4.0, and the latest source from jekyll-pandoc-multiple-formats, I am presented the following error when running
rake build
Any ideas?