From cf2f094c32abb07c9f8eb3c85dedfbb5144b33f7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 18 Apr 2005 14:56:08 +0000 Subject: backport fix --- sysconfig/network-scripts/ifup-routes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-routes b/sysconfig/network-scripts/ifup-routes index 95223357..bf56091d 100755 --- a/sysconfig/network-scripts/ifup-routes +++ b/sysconfig/network-scripts/ifup-routes @@ -28,7 +28,7 @@ fi for file in $FILES; do if [ -f "$file" ]; then - if egrep -q '^[[:space:]]*ADDRESS[0-9]+=' ; then + if egrep -q '^[[:space:]]*ADDRESS[0-9]+=' $file ; then # new format handle_file $file $1 else -- cgit v1.2.1