From 216e2c88135af77bb6bbe175bad2c47a206e71b9 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 19 Jan 2017 23:11:53 -0500 Subject: [PATCH] leaving os immediate --- docs/docsite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index 7449d5e9785..f534dc9c8b9 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -1,4 +1,4 @@ -OS ?= $(shell uname -s) +OS := $(shell uname -s) SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"): FORMATTER=../../hacking/module_formatter.py DUMPER=../../hacking/dump_playbook_attributes.py