mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixed escape again
This commit is contained in:
@@ -3,7 +3,7 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
|
||||
FORMATTER=../../hacking/module_formatter.py
|
||||
DUMPER=../../hacking/dump_playbook_attributes.py
|
||||
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
|
||||
CPUS := $(shell nproc)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user