changeset 47:685b81f3c89e

use POSIX shell
author David Demelier <markand@malikania.fr>
date Tue, 05 Mar 2019 09:14:51 +0100
parents a3cebf1d437a
children 3245a4d5df99
files STYLE.md
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/STYLE.md	Thu Feb 28 09:45:37 2019 +0100
+++ b/STYLE.md	Tue Mar 05 09:14:51 2019 +0100
@@ -510,8 +510,7 @@
 Shell
 =====
 
-In shell programming try to stick with POSIX shell whenever possible. Otherwise,
-set the shebang to a different shell.
+Write POSIX shell only with no bash, zsh or any extension.
 
 Style
 -----