Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portability improvements in scripts #88

Merged
merged 1 commit into from
May 12, 2024

Conversation

vasi
Copy link
Contributor

@vasi vasi commented May 12, 2024

  • Not all systems have GNU sed, so don't assume sed -i works
  • Not all systems have /bin/bash, so use env to find bash

Tested with Calibre 7.8 on FreeBSD 14.0

Fixes #72

* Not all systems have GNU sed, so don't assume `sed -i` works
* Not all systems have /bin/bash, so use `env` to find bash
@vasi vasi mentioned this pull request May 12, 2024
@Leseratte10
Copy link
Owner

Thanks for that bugfix, that looks like it could be the issue MacOS users were running into when packaging the plugin themselves.

@Leseratte10 Leseratte10 merged commit 5a4d25e into Leseratte10:master May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'libadobe'
2 participants