We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adbb1e commit 1c62749Copy full SHA for 1c62749
src/common.bash
@@ -441,7 +441,7 @@ BEGIN {
441
# The canonical version is read from orig-file-props.txt in AconfAnalyzeFiles
442
unset orig_file_props ; typeset -Ag orig_file_props
443
444
- touch "$tmp_dir"/file-owners
+ : > "$tmp_dir"/file-owners
445
446
local paccheck_opts=(unbuffer paccheck --files --file-properties --backup --noupgrade)
447
if [[ $skip_checksums == n ]]
0 commit comments