Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260162 | Differences between
and this patch

Collapse All | Expand All

(-)files/spawn-fcgi.initd (-1 / +1 lines)
Lines 21-27 Link Here
21
        # copy the allowed environment variables
21
        # copy the allowed environment variables
22
        unset E
22
        unset E
23
        for i in ${ALLOWED_ENV}; do
23
        for i in ${ALLOWED_ENV}; do
24
                E="${E} ${i}=${!i}"
24
                E="${E} ${i}=$(echo eval \$"$i")"
25
        done
25
        done
26
26
27
        # clean environment and set up a new one
27
        # clean environment and set up a new one

Return to bug 260162