Skip to content

Commit

Permalink
18
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent ea3d653 commit e858bb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _AutoinstallCreator/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ orphaned_files_filepath=$dp0/orphaned_files.txt
{ printf "$self_version"
} > "$version_filepath"

{ comm -23 <(git log --pretty=format: --name-only --diff-filter=A | sort) \
<(cd "$dp0/.." && git ls-tree -r HEAD --name-only | sort) | uniq -u
{ comm -23 <(git log --pretty=format: --name-only --diff-filter=A | sort) <(cd "$dp0/.." && git ls-tree -r HEAD --name-only | sort) | uniq -u
} > "$orphaned_files_filepath"

tool_version=release-2.4.5-cmd
Expand Down

0 comments on commit e858bb6

Please sign in to comment.