From cf20e8cb9244808f72093a3052c5b0d22e5c81f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Wed, 8 Sep 2010 09:59:38 +0200 Subject: Fix two typos introduced by the latest patch series --- network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') 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 " return 1 fi -- cgit v1.2.3