summaryrefslogtreecommitdiff
path: root/website.bashcomp
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-03-08 16:15:00 +0000
committerdakkar <dakkar@thenautilus.net>2015-03-08 16:15:00 +0000
commit3379d7ff958163424680fb997a4879366b8c6c95 (patch)
tree0022eaaafdd43caa4f06c176d1265f2c5e8804bf /website.bashcomp
parentbump anime day (diff)
downloadthenautilus-3379d7ff958163424680fb997a4879366b8c6c95.tar.gz
thenautilus-3379d7ff958163424680fb997a4879366b8c6c95.tar.bz2
thenautilus-3379d7ff958163424680fb997a4879366b8c6c95.zip
minor fixes to bashcomp
Diffstat (limited to 'website.bashcomp')
-rw-r--r--website.bashcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/website.bashcomp b/website.bashcomp
index b1e7889..e11cd15 100644
--- a/website.bashcomp
+++ b/website.bashcomp
@@ -15,7 +15,7 @@ _website_filedir() {
}
))
- [ ${#toks[@]} -ne 0 ] && _compopt_o_filenames
+ [ ${#toks[@]} -ne 0 ] && compopt -o filenames
COMPREPLY=( "${COMPREPLY[@]}" "${toks[@]}" )
}
@@ -41,7 +41,7 @@ _website_kinds() {
))
popd >/dev/null
- [ ${#toks[@]} -ne 0 ] && _compopt_o_filenames
+ [ ${#toks[@]} -ne 0 ] && compopt -o filenames
COMPREPLY=( "${COMPREPLY[@]}" "${toks[@]}" )
}