Skip to content

Commit

Permalink
src/common: Clear file-owners file
Browse files Browse the repository at this point in the history
We were accidentally always appending to it on every run, causing a
build-up.
  • Loading branch information
CyberShadow committed Nov 2, 2022
1 parent 656dcec commit 6fdf97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ BEGIN {
# The canonical version is read from orig-file-props.txt in AconfAnalyzeFiles
unset orig_file_props ; typeset -Ag orig_file_props

touch "$tmp_dir"/file-owners
: > "$tmp_dir"/file-owners

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

0 comments on commit 6fdf97d

Please sign in to comment.