Commit 4266f4e29ada827cec1f38ab88ff2c071f6deb2f

Xavier Claessens 2022-06-03T12:06:56

Fix check-* scripts when harfbuzz is a subproject When harfbuzz is a subproject paths are in the form "subprojects/harfbuzz/src/...". Instead of removing "src/" prefix, take the absolute path and make it relative to current source dir. This fix regression introduced in https://github.com/harfbuzz/harfbuzz/pull/3394.