mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-23 07:30:16 -07:00
kiss: keep old string list behavior
This commit is contained in:
parent
e62a239fb3
commit
25155b824b
6
kiss
6
kiss
@ -212,7 +212,9 @@ sh256() {
|
|||||||
esac; shift; done
|
esac; shift; done
|
||||||
|
|
||||||
printf '%s\n' "$@"
|
printf '%s\n' "$@"
|
||||||
|
IFS="$newline"
|
||||||
hash=$*
|
hash=$*
|
||||||
|
unset IFS
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_lint() {
|
pkg_lint() {
|
||||||
@ -1268,8 +1270,8 @@ pkg_etc() {
|
|||||||
|
|
||||||
sh256 "$tar_dir/$_pkg$1" "$KISS_ROOT$1" >/dev/null
|
sh256 "$tar_dir/$_pkg$1" "$KISS_ROOT$1" >/dev/null
|
||||||
|
|
||||||
sum_new=${hash%% *}
|
sum_new=${hash%%"$newline"*}
|
||||||
sum_sys=${hash#* }
|
sum_sys=${hash#*"$newline"}
|
||||||
sum_old=$(awk "NR == $_etc_cnt" "$2") >/dev/null 2>&1 ||:
|
sum_old=$(awk "NR == $_etc_cnt" "$2") >/dev/null 2>&1 ||:
|
||||||
|
|
||||||
# Compare the three checksums to determine what to do.
|
# Compare the three checksums to determine what to do.
|
||||||
|
Loading…
Reference in New Issue
Block a user