aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-09-08 09:59:38 +0200
committerThomas Bächler <thomas@archlinux.org>2010-09-08 09:59:38 +0200
commitcf20e8cb9244808f72093a3052c5b0d22e5c81f6 (patch)
tree91f6395d23002c990e5a1ae88a7901165488109f /network
parent3904e34fe3605b84ac5a0309a2e033127272a108 (diff)
downloadinitscripts-cf20e8cb9244808f72093a3052c5b0d22e5c81f6.tar.xz
Fix two typos introduced by the latest patch series
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index eac824e..2f85901 100755
--- a/network
+++ b/network
@@ -96,7 +96,7 @@ rtup()
rtdown()
{
- if [[ ! $1 ]; then
+ if [[ ! $1 ]]; then
echo "usage: $0 rtdown <route_name>"
return 1
fi