From c95bd7d9b04a07ca7a7c7af4251fcf606c82b860 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 19 Jan 2017 23:08:01 -0500 Subject: [PATCH] fixed escape again --- docs/docsite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index 5d03e2b3c6d..970c148f4c2 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -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