kiss: fix shebang

This commit is contained in:
Dylan Araps 2020-01-11 14:35:23 +02:00
parent 8cf65bc4da
commit 6b83e9b219
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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).