forked from kiss-community/kiss
kiss: Don't die when sort fails.
This commit is contained in:
parent
c36f27048c
commit
9d284e66e0
2
kiss
2
kiss
@ -431,7 +431,7 @@ pkg_fixdeps() {
|
||||
# Remove duplicate entries from the new depends file.
|
||||
# This removes duplicate lines looking *only* at the
|
||||
# first column.
|
||||
sort -uk1,1 -o depends depends -
|
||||
sort -uk1,1 -o depends depends - 2>/dev/null ||:
|
||||
|
||||
# Display a 'diff' of the new dependencies against
|
||||
# the old ones. '-N' treats non-existent files as blank.
|
||||
|
Loading…
Reference in New Issue
Block a user