Skip to content
This repository was archived by the owner on Apr 14, 2018. It is now read-only.

fix bashism in git check-ref-format call#10

Closed
florianernst wants to merge 1 commit intoadrienthebo:masterfrom
florianernst:bashism
Closed

fix bashism in git check-ref-format call#10
florianernst wants to merge 1 commit intoadrienthebo:masterfrom
florianernst:bashism

Conversation

@florianernst
Copy link

'system' spawns a default shell, and on many systems (e.g. Debian
starting with 6.0 / Squeezy) the default shell isn't /bin/bash but
/bin/dash instead. So let's only use POSIX features and drop the
bash-specific '>&' shortcut.

'system' spawns a default shell, and on many systems (e.g. Debian
starting with 6.0 / Squeezy) the default shell isn't /bin/bash but
/bin/dash instead. So let's only use POSIX features and drop the
bash-specific '>&' shortcut.
@florianernst
Copy link
Author

Heh, yeah, right, and now I finally notice that there is already a pull request related to that:
#8

Sorry for the duplication.

@florianernst florianernst closed this by deleting the head repository Apr 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant