From 44943f588eda1dc00bee6a45a611619667f942a0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 11 Sep 2019 19:21:44 +0300 Subject: [PATCH] docs: update --- README.md | 6 ++++++ kiss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae1a5f..c3af25e 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,10 @@ See: See: https://github.com/kisslinux/kiss-utils +## Shell compatibility +KISS is written in POSIX `sh` though each shell has its own set of quirks.Below are the currently known to work and tested shells (as `/bin/sh`). + +- `ash` +- `dash` +- `bash` diff --git a/kiss b/kiss index d9347dc..4e7c9a9 100755 --- a/kiss +++ b/kiss @@ -1,4 +1,4 @@ -#!/bin/sh -ef +#!/bin/bash -ef # # This is a simple package manager written in POSIX 'sh' for use # in KISS Linux (https://getkiss.org).