You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
621 B
22 lines
621 B
config/linkchecker-completion | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/config/linkchecker-completion b/config/linkchecker-completion
|
|
index 5252b3b..0ea3b21 100644
|
|
--- a/config/linkchecker-completion
|
|
+++ b/config/linkchecker-completion
|
|
@@ -2,7 +2,6 @@
|
|
# Debian Linux system. For other system read the documentation that
|
|
# comes with the bash-completion package.
|
|
|
|
-have linkchecker &&
|
|
_linkcheck() {
|
|
local cur prev
|
|
|
|
@@ -17,4 +16,4 @@ _linkcheck() {
|
|
fi
|
|
return 0
|
|
}
|
|
-[ "$have" ] && complete $filenames -F _linkcheck linkchecker
|
|
+complete $filenames -F _linkcheck linkchecker
|