P -> D (should fix test "01276_system_licenses")

This commit is contained in:
Robert Schulze 2022-06-22 09:21:12 +00:00
parent 287a7f6e98
commit ec7ef2686b
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -6,7 +6,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
FIND_CMD=gfind
else
FIND_CMD=find
GREP_CMP=grep
GREP_CMD=grep
fi
ROOT_PATH="$(git rev-parse --show-toplevel)"