From f8334194f49d0b51ba1ecdef696e77fea49fc851 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 26 Nov 2020 16:58:14 -0500 Subject: [PATCH] Make the Xcode fix stuff conditional on being on a Darwin (ie MacOS) platform and this time, use the right syntax for shell tests. --- make/tail.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tail.mk b/make/tail.mk index efc0c04..2f01ee8 100644 --- a/make/tail.mk +++ b/make/tail.mk @@ -96,7 +96,7 @@ build: $(BUILDTARGET) gen: xcodefix xcodefix: - [ "`uname`" == Darwin ] && defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true + [ "`uname`" = Darwin ] && defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true clean: genclean $(RM) "$(TARGETDIR)/$(PGM)" $(BINTARGET)