diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
commit | bc66a6906c5a1a55c5c9adc7c69f2370327db139 (patch) | |
tree | e000150a4ff3494defad61b69fc765b05e7852b9 /contrib/bash-completion | |
parent | 5d322f9f0ba3c68e56edd400662eb1ef39e22e6f (diff) | |
download | netctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.gz netctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.xz |
Remove multi-version support
Having multiple versions of netcfg around is not supported.
Diffstat (limited to 'contrib/bash-completion')
-rw-r--r-- | contrib/bash-completion | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/bash-completion b/contrib/bash-completion index f7273aa..dab52ea 100644 --- a/contrib/bash-completion +++ b/contrib/bash-completion @@ -47,4 +47,3 @@ _netcfg () } complete -F _netcfg netcfg -complete -F _netcfg netcfg2 |