Fully working CI #118

Merged
mdk merged 6 commits from woodpecker into 3.11 2023-04-01 19:44:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 712a2f6738 - Show all commits

View File

@ -140,7 +140,7 @@ wrap: ensure_test_prerequisites
@echo "Re wrapping modified files"
powrap -m
SRCS = $(shell git diff --name-only $(BRANCH) | grep '.po$$')
SRCS = $(shell git diff --name-only $(BRANCH) 2>/dev/null | grep '.po$$' || echo *.po */*.po)
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
DESTS = $(addprefix $(POSPELL_TMP_DIR)/,$(addsuffix .out,$(SRCS)))