]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/network-scripts/ifup-aliases
- force LC_ALL=C when grepping data from possibly localized program outputs
[projects/rc-scripts.git] / sysconfig / network-scripts / ifup-aliases
index fc9a638f2e8783cff9d0f4755a48ed4070de328f..268b43f336615b569fa86f2094683a1695dedfe8 100644 (file)
@@ -65,7 +65,7 @@ for nr in $(awk 'BEGIN { max=0; }; /^IPADDR[0-9]+=/ { s = $0; gsub(/^IPADDR/, ""
                fi
        fi
        # Check for IPv6 address
-       if (echo $IP_ADDR | grep -q ":"); then
+       if echo $IP_ADDR | grep -q ":"; then
                if is_yes "${IPV6_NETWORKING}"; then
                        ip -6 addr add ${IP_ADDR} dev ${DEVICE} ${IP_ADDR_OPT}
                fi
This page took 0.030646 seconds and 4 git commands to generate.