mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
misc: changes
This commit is contained in:
parent
f65792c40b
commit
fcb45db074
8
kiss
8
kiss
@ -1,17 +1,17 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
#
|
#
|
||||||
# This is a simple package manager written in POSIX 'sh' for
|
# This is a simple package manager written in POSIX 'sh' for
|
||||||
# KISS Linux utilizing the core UNIX utilities where needed.
|
# 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.
|
||||||
#
|
#
|
||||||
# Keep in mind that this involves extra code in the case where
|
# Keep in mind that this involves extra code in the case where
|
||||||
# an error is optional or required.
|
# an error is optional and/or required.
|
||||||
#
|
#
|
||||||
# Where possible the package manager should "error first".
|
# Where possible the package manager should check things first,
|
||||||
# Check things first, die if necessary and continue if all is well.
|
# die if necessary and continue if all is well.
|
||||||
#
|
#
|
||||||
# The code below conforms to shellcheck's rules. However, some
|
# The code below conforms to shellcheck's rules. However, some
|
||||||
# lint errors *are* disabled as they relate to unexpected
|
# lint errors *are* disabled as they relate to unexpected
|
||||||
|
Loading…
Reference in New Issue
Block a user