[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-107-g08a2264
Igor Murzov
e-mail at date.by
Tue Dec 20 16:10:28 UTC 2011
The following commit has been merged in the master branch:
commit dab2f3c5519d01902e795e583b0546eb30bd04c7
Author: Igor Murzov <e-mail at date.by>
Date: Mon Dec 19 22:27:06 2011 +0400
route: Don't check $OSTYPE (Alioth: #311407).
diff --git a/completions/route b/completions/route
index 40d4f49..aafc7f7 100644
--- a/completions/route
+++ b/completions/route
@@ -1,7 +1,5 @@
# Linux route(8) completion -*- shell-script -*-
-[[ $OSTYPE == *linux* ]] || return 1
-
_route()
{
local cur prev words cword
--
bash-completion
More information about the Bash-completion-commits
mailing list