From: Michael Tremer Date: Wed, 31 May 2017 20:39:36 +0000 (+0100) Subject: Never overwrite PATH X-Git-Tag: 009~249 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42249a1489fab6c1baae91e23fd8a91302570b48;p=network.git Never overwrite PATH Signed-off-by: Michael Tremer --- 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() {