forked from kiss-community/kiss
kiss: correct redirection
This commit is contained in:
parent
b674becc82
commit
94216812c3
2
kiss
2
kiss
@ -1133,7 +1133,7 @@ pkg_etc() (
|
|||||||
|
|
||||||
{ sh256 "$file"; sum_new=$hash
|
{ sh256 "$file"; sum_new=$hash
|
||||||
sh256 "$KISS_ROOT/$file"; sum_sys=$hash
|
sh256 "$KISS_ROOT/$file"; sum_sys=$hash
|
||||||
sum_old=$(awk "NR == $i" "$mak_dir/c"); } 2>/dev/null || :
|
sum_old=$(awk "NR == $i" "$mak_dir/c"); } >/dev/null 2>&1 || :
|
||||||
|
|
||||||
log "$pkg_name" "Doing 3-way handshake for $file"
|
log "$pkg_name" "Doing 3-way handshake for $file"
|
||||||
printf '%s\n' "Previous: ${sum_old:-null}"
|
printf '%s\n' "Previous: ${sum_old:-null}"
|
||||||
|
Loading…
Reference in New Issue
Block a user