common/scripts/lint-conflicts: fix full repo check
adjust for `xlocate: output aligned, don't show "git grep" column`
This commit is contained in:
@@ -109,7 +109,7 @@ list_interesting_files() {
|
|||||||
if partial_check; then
|
if partial_check; then
|
||||||
list_newly_built_files
|
list_newly_built_files
|
||||||
else
|
else
|
||||||
xlocate / | sed s'/ -> .*//' | grep -F -f <(xlocate / | cut -f 2- | sed s'/ -> .*//' | sort | uniq -d)
|
xlocate / | sed s'/ -> .*//' | grep -F -f <(xlocate / | sed 's/[^[:space:]]*[[:space:]]*//' | sed s'/ -> .*//' | sort | uniq -d)
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user