mirror of
https://github.com/clearlinux/official-images.git
synced 2026-09-01 11:15:57 +00:00
Update "diff-pr.sh" to strip leading "./" from tar entries
This commit is contained in:
@@ -191,6 +191,7 @@ copy-tar() {
|
||||
*.tar.*|*.tgz)
|
||||
tar -tf "$dst/$dDirName/$g" \
|
||||
| grep -vE "$uninterestingTarballGrep" \
|
||||
| sed -e 's!^./!!' \
|
||||
| sort \
|
||||
> "$dst/$dDirName/$g 'tar -t'"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user