[omd-commits] OMD Git: omd: python-modules: Enforce using bash as SHELL
git version control
git at mathias-kettner.de
Mon Jun 6 11:59:10 CEST 2016
Module: omd
Branch: master
Commit: 0a3de08d4721301c8d85148dcff7ac6992e18889
URL: http://omdistro.org/projects/omd/repository/revisions/0a3de08d4721301c8d85148dcff7ac6992e18889
Author: Lars Michelsen <lm at mathias-kettner.de>
Date: Mon Jun 6 11:59:08 2016 +0200
Commiter: Lars Michelsen <lm at mathias-kettner.de>
Date: Mon Jun 6 11:59:08 2016 +0200
python-modules: Enforce using bash as SHELL
---
packages/python-modules/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/python-modules/Makefile b/packages/python-modules/Makefile
index 37fc30d..0bf6b3c 100644
--- a/packages/python-modules/Makefile
+++ b/packages/python-modules/Makefile
@@ -1,6 +1,7 @@
include ../../Makefile.omd
NAME = python-modules
+SHELL = /bin/bash
VERSION = $(OMD_VERSION)
DISTRO = $(shell ../../distro)
PYTHON = LD_LIBRARY_PATH=$(shell pwd)/../python/tmp.python27/lib \
More information about the omd-commits
mailing list