summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-04-15 20:55:51 +0000
committerBill Nottingham <notting@redhat.com>2005-04-15 20:55:51 +0000
commita3401c74ae93a1a7feafdf2ab07be04344b21172 (patch)
treee0969e0856ceffa3cba9ead1ace7c8225a2a333e
parent84ae76f3ae6a7ed1175017cea80e7f421ab91ed5 (diff)
downloadinitscripts-a3401c74ae93a1a7feafdf2ab07be04344b21172.tar.gz
initscripts-a3401c74ae93a1a7feafdf2ab07be04344b21172.tar.xz
initscripts-a3401c74ae93a1a7feafdf2ab07be04344b21172.zip
typo
-rwxr-xr-xsysconfig/network-scripts/ifup-routes2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-routes b/sysconfig/network-scripts/ifup-routes
index 6d72e078..95223357 100755
--- a/sysconfig/network-scripts/ifup-routes
+++ b/sysconfig/network-scripts/ifup-routes
@@ -34,7 +34,7 @@ for file in $FILES; do
else
# older format
while read line; do
- if [[ ! "$line" =~ '^[[:space:]]*(\#.*)?$' ]; then
+ if [[ ! "$line" =~ '^[[:space:]]*(\#.*)?$' ]]; then
/sbin/ip route add $line
fi
done < "$file"