From 7645321c171e10a6afc66f4e7cdf46fe35c74457 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 21 Nov 2024 14:51:56 +0100 Subject: replace not comment with test flag --- client/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/makefile') diff --git a/client/makefile b/client/makefile index ca482d53..c1de78c2 100644 --- a/client/makefile +++ b/client/makefile @@ -27,7 +27,7 @@ clean: rm -f icons/adaptive-foreground.png icons/adaptive-background.png .godot/import-finished: $(LOCALES) - if not test -e $@; then godot --headless --import project.godot; fi + if test ! -e $@; then godot --headless --import project.godot; fi touch $@ $(LT): $(shell find ../locale/tools -type f) -- cgit v1.2.3-70-g09d2