View | Details | Raw Unified | Return to bug 102914
Collapse All | Expand All

(-)portconf.sh.in (+4 lines)
Lines 37-42 Link Here
37
    if [ -z "${_line}" ]; then
37
    if [ -z "${_line}" ]; then
38
	continue
38
	continue
39
    fi
39
    fi
40
    echo ${_line} | grep -q ^#
41
    if [ $? -eq 0 ]; then
42
	continue
43
    fi
40
    _port=${_line%%:*}
44
    _port=${_line%%:*}
41
    if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then
45
    if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then
42
	echo ${_line#*:} | sed -E 's/([A-Z0-9_]+)(=([^|]+))?/\1=\3/g;s/ *\| */|/g;s/ /%/g'
46
	echo ${_line#*:} | sed -E 's/([A-Z0-9_]+)(=([^|]+))?/\1=\3/g;s/ *\| */|/g;s/ /%/g'

Return to bug 102914