summaryrefslogtreecommitdiff
path: root/completions/lzop
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /completions/lzop
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/lzop')
-rw-r--r--completions/lzop12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/lzop b/completions/lzop
index e23d5410..f6753529 100644
--- a/completions/lzop
+++ b/completions/lzop
@@ -8,14 +8,14 @@ _lzop()
case $prev in
-o|--output)
_filedir
- return 0
+ return
;;
--path)
_filedir -d
- return 0
+ return
;;
-S|--suffix)
- return 0
+ return
;;
esac
@@ -27,7 +27,7 @@ _lzop()
--keep --delete --crc32 --no-warn --ignore-warn --quiet --verbose
--no-stdin --filter --checksum --no-color --mono --color' \
-- "$cur" ) )
- return 0
+ return
fi
local xspec="*.?(t)lzo"
@@ -48,7 +48,7 @@ _lzop()
;;
esac
- _expand || return 0
+ _expand || return
local IFS=$'\n'
compopt -o filenames
@@ -57,4 +57,4 @@ _lzop()
} &&
complete -F _lzop lzop
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh