forked from kiss-community/kiss
kiss: Drop final touch
This commit is contained in:
parent
1741a04968
commit
259a2e9f2b
4
kiss
4
kiss
@ -1435,9 +1435,11 @@ args() {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# False positive ('>> file' with no command).
|
||||||
|
# shellcheck disable=2188
|
||||||
pkg_checksums "$pkg" |
|
pkg_checksums "$pkg" |
|
||||||
|
|
||||||
if touch "$repo_dir/checksums" 2>/dev/null; then
|
if 2>/dev/null >> "$repo_dir/checksums"; then
|
||||||
tee "$repo_dir/checksums"
|
tee "$repo_dir/checksums"
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user