From f3e42da230b1d457ff8b3e54ba4b9b3893779296 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 12 Feb 2014 14:21:59 +0100 Subject: A missing _ led to the env-variable not being built properly, thus rendering plugin configs with more than one env entry broken --- minimunin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimunin b/minimunin index c9c0d10..98325f6 100755 --- a/minimunin +++ b/minimunin @@ -359,7 +359,7 @@ call_plugin() { ;; env.*) [ "${in_sect}" ] || continue _pref=${line#*env.} - _env="${env} ${_pref%% *}='${_pref#* }'" + _env="${_env} ${_pref%% *}='${_pref#* }'" ;; user\ *) _user=${line#*user } ;; -- cgit v1.2.3