From 14eb4746c74641c1c08818a3ff2fad370a6528c4 Mon Sep 17 00:00:00 2001 From: lw-everestlinux Date: Thu, 1 Dec 2022 08:29:35 -0500 Subject: [PATCH] update coding-style.txt --- docs/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coding-style.txt b/docs/coding-style.txt index c7008c2..9413c6d 100644 --- a/docs/coding-style.txt +++ b/docs/coding-style.txt @@ -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