From 6b83e9b219ad98d343e38924c1bd0ca45f38d9ca Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 11 Jan 2020 14:35:23 +0200 Subject: [PATCH] kiss: fix shebang --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 7686353..29a1a55 100755 --- 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).