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 2856fb3 commit 7e05873Copy full SHA for 7e05873
packcheck.sh
@@ -1533,10 +1533,10 @@ your .packcheck.ignore file."
1533
local sane_ignore_file=".packcheck/sane-ignore"
1534
printf "$pi_files_exist" > "$sane_ignore_file"
1535
cat "$sane_ignore_file" .packcheck/tar-ztf.txt \
1536
- | sort | grep -v '^$' > .packcheck/tar-ztf1.txt
+ | sort | grep -v '^$' | uniq > .packcheck/tar-ztf1.txt
1537
else
1538
cat .packcheck/tar-ztf.txt \
1539
1540
fi
1541
git ls-files | sort | grep -v '^$' > .packcheck/git-ls-files.txt
1542
local diff_res_file=".packcheck/tar-git-diff.txt"
0 commit comments