diff --git a/_AutoinstallCreator/release.sh b/_AutoinstallCreator/release.sh index abc870de..28e10fca 100755 --- a/_AutoinstallCreator/release.sh +++ b/_AutoinstallCreator/release.sh @@ -21,7 +21,7 @@ rm -rf "$temp_dir_path" && mkdir -p "$temp_dir_path" (cd "$dp0/.." && git archive --format tar --output "$temp_dir_path/git_archive_files.tar" HEAD) { - comm -23 <(git log --pretty=format: --name-only --diff-filter=A | grep . | sort | uniq) \ + comm -23 <(git log --pretty=format: --name-only | grep . | sort | uniq) \ <(tar --list --file "$temp_dir_path/git_archive_files.tar" | grep -v /$ | sort | uniq) } >"$orphaned_files_filepath"