From 4cd57fc0fd27a0c669416bf84f2e88bbb93905ae Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 4 Jul 2024 12:05:32 +0200 Subject: [PATCH] chore(Makefile): fix develop test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 149fd1025..3b47b4d53 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ clean: [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en .stack-work.lock "$0" "$@" || : .develop.env: - [[ ! -z "$(CI)" || ! -z "$$PORT_OFFSET" ]] || ( echo "Not in develop!" 2>&1 ; exit 1 ) + [ ! -z "$(CI)" -o ! -z "$$PORT_OFFSET" ] || ( echo "Not in develop!" 2>&1 ; exit 1 ) # .PHONY: --stack-work-% # --stack-work-%: .stack-work.lock