diff --git a/build.sh b/build.sh index 03dd2d5..9d6b066 100755 --- a/build.sh +++ b/build.sh @@ -174,7 +174,7 @@ generate_region() { PATH_ARG="${PATH_ARG%//}" - if should_skip "$PATH_ARG"; then + if should_skip "$(system_path "${PATH_ARG}")"; then echo "Skipping excluded region: $(system_path "${PATH_ARG}")" return 0 fi