From 42249a1489fab6c1baae91e23fd8a91302570b48 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 May 2017 21:39:36 +0100 Subject: [PATCH] Never overwrite PATH Signed-off-by: Michael Tremer --- src/functions/functions.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/functions/functions.in b/src/functions/functions.in index ba0f95e6..b8f3e017 100644 --- a/src/functions/functions.in +++ b/src/functions/functions.in @@ -19,10 +19,6 @@ # # ############################################################################### -# Make sure that helpers which are exec'ed have a working -# PATH variable. -export PATH="/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:${PATH}" - INIT_FUNCTIONS="" init_register() { -- 2.47.3