Skip to content

Conversation

@faukah
Copy link

@faukah faukah commented Apr 9, 2025

Makes the current formatting a bit nicer, also does the following things:

  • removes the local keyrword. This is undefined in POSIX sh.
  • adds double quotes around some expressions to avoid word splitting
  • changes the == equality operator to =, since == is also not supported by POSIX sh.

Makes the current formatting a bit nicer, also does the following things:

- removes the `local` keyrword. This is undefined in POSIX sh. 
- adds double quotes around some expressions to avoid word splitting
- changes the `==` equality operator to `=`, since `==` is
also not supported by POSIX sh.
@ThatHackerDudeFromCyberspace
Copy link
Member

has this been tested yet?

@faukah
Copy link
Author

faukah commented Apr 9, 2025

no, this is why I made it a draft.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants