forked from kiss-community/kiss
misc: cleanup
This commit is contained in:
parent
2351a14d5a
commit
7020818585
6
kiss
6
kiss
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh -ef
|
#!/bin/sh -ef
|
||||||
#
|
#
|
||||||
|
# This is a simple package manager written in POSIX 'sh' for
|
||||||
|
# KISS Linux, utilizing the core UNIX utilities where needed.
|
||||||
|
#
|
||||||
# Disable warnings against word-splitting and globbing.
|
# Disable warnings against word-splitting and globbing.
|
||||||
# They are used *safely* throughout this script as globbing
|
# They are used *safely* throughout this script as globbing
|
||||||
# is globally disabled and assumptions can be made about the input.
|
# is globally disabled and assumptions can be made about the input.
|
||||||
# shellcheck disable=2046,2086
|
# shellcheck disable=2046,2086
|
||||||
#
|
#
|
||||||
# This is a simple package manager written in POSIX 'sh' for
|
|
||||||
# KISS Linux, utilizing the core UNIX utilities where needed.
|
|
||||||
#
|
|
||||||
# The script runs with 'set -e' enabled. It will exit on any
|
# The script runs with 'set -e' enabled. It will exit on any
|
||||||
# non-zero return code. This ensures that no function continues
|
# non-zero return code. This ensures that no function continues
|
||||||
# if it fails at any point.
|
# if it fails at any point.
|
||||||
|
Loading…
Reference in New Issue
Block a user