update coding-style.txt

This commit is contained in:
lw-everestlinux 2022-12-01 08:29:35 -05:00
parent 4123d337a7
commit 14eb4746c7

View File

@ -8,7 +8,7 @@ Every script MUST start with a shebang pointing to /bin/sh
#!/bin/sh
This ensures the script is shell-agnostic (unless you're weird and symlinked /bin/fish to /bin/sh)
This ensures the script is shell-agnostic (unless you're weird and symlinked some POSIX-incompatible shell to /bin/sh)
2 - Functions