fix typos

This commit is contained in:
illiliti
2020-01-30 18:34:33 +03:00
parent ead666ef0d
commit 5bfcf716be
2 changed files with 5 additions and 3 deletions

View File

@ -230,7 +230,7 @@ EOF
}
# TODO add more compession tools
# create cpio archive and compress
# create and compress cpio archive
create_initramfs() {
{
( cd "$tmpdir" && {
@ -257,7 +257,9 @@ check_requirements
# handle debug mode
[ "$debug" = 1 ] && {
# debug shell commands
set -x
# don't remove anything
trap : EXIT INT
}