Skip to content

Commit

Permalink
get rid of common slice file favor of repository-base slice file
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanGaliullin authored Jan 21, 2025
1 parent 811011b commit dccd4a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steps/aggregate-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ find "${dir}" -type f -name '*.m' > "${mfiles}"
sum=0
declare -i files=0
while IFS= read -r m; do
slice=${TARGET}/temp/mfiles-slice.txt
slice=${TARGET}/temp/mfiles-slice/${repo}.txt
mkdir -p "$(dirname "${slice}")"
find "$(dirname "${m}")" -name "$(basename "${m}").*" -type f -print > "${slice}"
while IFS= read -r v; do
java=$(echo "${v}" | sed "s|${dir}||" | sed "s|\.m\..*$||")
Expand Down

0 comments on commit dccd4a0

Please sign in to comment.