Skip to content

Commit 1c62749

Browse files
committed
src/common: Clear file-owners file
We were accidentally always appending to it on every run, causing a build-up.
1 parent 3adbb1e commit 1c62749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ BEGIN {
441441
# The canonical version is read from orig-file-props.txt in AconfAnalyzeFiles
442442
unset orig_file_props ; typeset -Ag orig_file_props
443443

444-
touch "$tmp_dir"/file-owners
444+
: > "$tmp_dir"/file-owners
445445

446446
local paccheck_opts=(unbuffer paccheck --files --file-properties --backup --noupgrade)
447447
if [[ $skip_checksums == n ]]

0 commit comments

Comments
 (0)