fix typo in staticroute

X-Gentoo-Bug: 362205
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=362205
This commit is contained in:
William Hubbs 2011-04-07 07:19:53 -05:00
parent 67640d2d97
commit 46e67badd2

View File

@ -81,7 +81,7 @@ do_routes()
*) family=;;
esac
fi
route $famly $xtra $2 -$args
route $family $xtra $2 -$args
;;
esac
veend $?