summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xminimunin2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimunin b/minimunin
index c9c0d10..98325f6 100755
--- a/minimunin
+++ b/minimunin
@@ -359,7 +359,7 @@ call_plugin() {
359 ;; 359 ;;
360 env.*) [ "${in_sect}" ] || continue 360 env.*) [ "${in_sect}" ] || continue
361 _pref=${line#*env.} 361 _pref=${line#*env.}
362 _env="${env} ${_pref%% *}='${_pref#* }'" 362 _env="${_env} ${_pref%% *}='${_pref#* }'"
363 ;; 363 ;;
364 user\ *) _user=${line#*user } 364 user\ *) _user=${line#*user }
365 ;; 365 ;;