Remove unusual space from shebang line#2834
Remove unusual space from shebang line#2834casperklein merged 2 commits intodocker-mailserver:masterfrom
Conversation
|
I'm used to the space, but I don't really care, as long as we do it consistently:) This PR does it consistently, so all is well. |
|
I've to admit, that I learned to like it also over the time 😆 But I prefer, that all (my) scripts try to follow the same standards. |
I have all my script written with the space 🙈 But this is fine anyway :) |
I'm going to take a wild guess that it'd be more consistent (less files to change) if we kept the space instead for this project 😛 I too prefer the space, and I doubt anyone coming to contribute is going to be tripped up by this concern, I certainly wasn't when I became a contributor and started working with shell scripts (learned most of that from this project and you two! ❤️ ). Likewise, I do not care either way what the project uses, just that we're consistent 👍 |
|
Documentation preview for this PR is ready! 🎉 Built with commit: b785b54 |
Description
We should stick to "global standards", where the shebang line does not include a space.
The space is absolutely valid, but not widespread used and might look weird to someone new to this project.
Let's discuss.. and merge or withdraw this PR.
Type of change
Checklist:
docs/)