diff options
| -rwxr-xr-x | minimunin | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ;; | 
