-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
spacemit: shellfmt again after quoting fixes #7529
spacemit: shellfmt again after quoting fixes #7529
Conversation
- revert spacemit.conf changes from 2f63a9c
- add a TODO for the original author of a "if $(...)" statement which I can't understand; it's still wrong
- problematic `if $(...)` remains; just indent changed
@The-going identified the mess introduced by shellfmt. I've reverted the shellfmt, fixed a few quoting issues, and re-ran it. Thanks @The-going for finding and reporting it |
shellfmt script\program is most likely an assistant for a person who can find typos and suggest something, I'll check the changes in more detail tomorrow. |
I understand your desire to make the script better. I do not know for sure in which environment this file will be executed. |
@rpardini
|
Dunno. Leave it broken, then. |
Did I misunderstand? |
Thus the closure, as I simply don't have the resources (time) to keep on discussing this. Terribly sorry. |
No problem! |
We've GHA workflows that auto-update shellfmt and shellcheck. |
spacemit: shellfmt again after quoting fixes
if $(...)
remains; just indent changed