1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed escape again

This commit is contained in:
Brian Coca 2017-01-19 23:08:01 -05:00
parent 8283d08536
commit c95bd7d9b0

View file

@ -3,7 +3,7 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
FORMATTER=../../hacking/module_formatter.py FORMATTER=../../hacking/module_formatter.py
DUMPER=../../hacking/dump_playbook_attributes.py DUMPER=../../hacking/dump_playbook_attributes.py
ifeq ($(shell echo $(OS) | egrep -ic 'Darwin|FreeBSD|OpenBSD|DragonFly'),1) ifeq ($(shell echo $(OS) | egrep -ic 'Darwin|FreeBSD|OpenBSD|DragonFly'),1)
CPUS := $(shell sysctl hw.ncpu|awk '{print $2}') CPUS := $(shell sysctl hw.ncpu|awk '{print $$2}')
else else
CPUS := $(shell nproc) CPUS := $(shell nproc)
endif endif