diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-09-08 09:59:38 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-09-08 09:59:38 +0200 |
commit | cf20e8cb9244808f72093a3052c5b0d22e5c81f6 (patch) | |
tree | 91f6395d23002c990e5a1ae88a7901165488109f /network | |
parent | 3904e34fe3605b84ac5a0309a2e033127272a108 (diff) |
Fix two typos introduced by the latest patch series
Diffstat (limited to 'network')
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ rtup() rtdown() { - if [[ ! $1 ]; then + if [[ ! $1 ]]; then echo "usage: $0 rtdown <route_name>" return 1 fi |