Skip to content

Use sh instead of bash#389

Merged
ekalinin merged 1 commit intoekalinin:masterfrom
WhyNotHugo:use-posix-sh
Dec 20, 2025
Merged

Use sh instead of bash#389
ekalinin merged 1 commit intoekalinin:masterfrom
WhyNotHugo:use-posix-sh

Conversation

@WhyNotHugo
Copy link
Copy Markdown
Contributor

Currently bash is used to run some pretty trivial commands, but these commands don't require anything bash-specific and can run with a regular POSIX shell.

Use sh instead, to remove bash as a dependency for this package. There is no need to update the list of dependencies since bash was already missing from this list.

Currently bash is used to run some pretty trivial commands, but these
commands don't require anything bash-specific and can run with a regular
POSIX shell.

Use sh instead, to remove bash as a dependency for this package. There
is no need to update the list of dependencies since bash was already
missing from this list.
@ekalinin ekalinin merged commit 561e803 into ekalinin:master Dec 20, 2025
@ekalinin
Copy link
Copy Markdown
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants