commit 6b83e9b219ad98d343e38924c1bd0ca45f38d9ca parent 8cf65bc4da559289d797b9da2b3e10692440fbad Author: Dylan Araps <dylan.araps@gmail.com> Date: Sat, 11 Jan 2020 14:35:23 +0200 kiss: fix shebang Diffstat:
M | kiss | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss @@ -1,4 +1,4 @@ -#!/bin/dash -ef +#!/bin/sh -ef # # This is a simple package manager written in POSIX 'sh' for use # in KISS Linux (https://getkiss.org).