From b3bc2ac21075b5320820f161db5c81ae1ecbee16 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 25 Apr 2018 11:20:20 +0200 Subject: [PATCH] clear ENV and BASH_ENV variables to prevent users from overriding umask in their .bashrc files --- App/tools/driver.makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index fd60ec1..1f0e0ae 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -101,6 +101,8 @@ TEMPLATES= SOURCES= DBDS= HEADERS= +BASH_ENV= +ENV= # Default target is "build" for all versions. # Don't install anything (different from default EPICS make rules).