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

Collapse All | Expand All

(-)sabnzbd.initd (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
get_var() {
11
get_var() {
12
    echo $(sed -n \
12
    echo $(sed -n \
13
        '/\[misc]/,/^'$1'/ s/^'$1' = \([[:alnum:].]\+\)[\r|\n|\r\n]*$/\1/p' \
13
        '/^\[misc]/,/^'$1'/ s/^'$1' = \([[:alnum:].]\+\)[\r|\n|\r\n]*$/\1/p' \
14
        ${SABNZBD_CONFIGFILE})
14
        ${SABNZBD_CONFIGFILE})
15
}
15
}
16
16

Return to bug 483786