Merge "Fix script for package check to work on macOS"
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user