From f1a7234440ef762a3f659fe3c6dc4f5bfe8234f1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 29 Jun 2001 22:18:09 +0000 Subject: run more stuff with C locale, mark some more strings for translation --- sysconfig/network-scripts/ifup-aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-aliases') diff --git a/sysconfig/network-scripts/ifup-aliases b/sysconfig/network-scripts/ifup-aliases index 1ba0a5e5..84d37200 100755 --- a/sysconfig/network-scripts/ifup-aliases +++ b/sysconfig/network-scripts/ifup-aliases @@ -266,7 +266,7 @@ function new_interface () if [ "${GATEWAY}" != "" ]; then if [ "${GATEWAYDEV}" = "" -o "${GATEWAYDEV}" = "${DEVICE}" ]; then # set up default gateway, if it isn't already there - CURGW=`route -n | grep ^0\.0\.0\.0 | awk '{ print $2 }'` + CURGW=`LC_ALL=C route -n | grep ^0\.0\.0\.0 | awk '{ print $2 }'` if [ "$CURGW" != "$GATEWAY" ]; then route add default gw ${GATEWAY} ${DEVICE} fi -- cgit v1.2.1