Merge "Fix script for package check to work on macOS"

This commit is contained in:
Treehugger Robot
2021-10-04 17:05:33 +00:00
committed by Gerrit Code Review

View File

@@ -42,7 +42,7 @@ while [[ $# -ge 1 ]]; do
fi fi
# Transform to a slash-separated path and add a trailing slash to enforce # Transform to a slash-separated path and add a trailing slash to enforce
# package name boundary. # package name boundary.
prefixes+=("${package//\./\/}/") prefixes+=("${package//\.//}/")
shift shift
done done