aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-11 16:21:43 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-11 16:21:43 +0000
commit91005c4489e953566e41337c282fbbfac80c8d08 (patch)
tree9994d2cf15386241fafa911948921083805d8f8b
parent6f6d25ade97025b10c1a8a7360c85edee46339f8 (diff)
downloadcpt-91005c4489e953566e41337c282fbbfac80c8d08.tar.gz
docs: update
FossilOrigin-Name: e48b623c0620e96dab458fe5cff69cde90936262aef946ca2ac142f9b0b49a0c
-rw-r--r--README.md6
-rwxr-xr-xkiss2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ae1a5f..c3af25e 100644
--- a/README.md
+++ b/README.md
@@ -33,4 +33,10 @@ See: <https://getkiss.org/pages/package-system/>
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).