mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Can't use bash syntax since make uses /bin/sh
This commit is contained in:
parent
23bf9cd2be
commit
b05cd9e5c6
2
Makefile
2
Makefile
@ -239,7 +239,7 @@ clean: clean-rpm clean-deb clean-ui clean-tar clean-packer clean-bundle
|
||||
|
||||
# convenience target to assert environment variables are defined
|
||||
guard-%:
|
||||
@if [ "${${*}}" == "" ]; then \
|
||||
@if [ "$${$*}" = "" ]; then \
|
||||
echo "The required environment variable '$*' is not set"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user