-
-
Notifications
You must be signed in to change notification settings - Fork 45
Improve (ba)sh usage, mainly in docs #634
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
base: main
Are you sure you want to change the base?
Conversation
increases portability
the script's shebang calls the shell already. Right now a bash is called within a shell only to execute the shebang, which in turn executes another shell.
These commands are not bash specific and the docs should reflect that. Also some bytes are saved.
|
commit: |
Is there any difference between the way I would guess https://github.com/sveltejs/svelte.dev might need to be updated as well if one is really preferable to the other |
No,
I can do that once this gets merged! |
Just to understand: Does this make a difference how tools display the syntax highligting? I just compared the current docs page, with this one here and im unable to find any difference. Apart from that, I think we should be good to go here. |
It should not since |
Every time that I have read the default readme I did not like the fact that generic shell commands were labeled as bash and I have changed it. After the third time I have decided to fix it upstream.
Also there are some minor improvements that are bash-related.
Everything is explained in the commit messages.