aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pass.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
commitca83a06667dfb2acdee88b56d5c26ad89261651d (patch)
tree7be78a38c4a7e57c3d5a7ca72f815edcba6de65e /bash/bashrc.d/pass.bash
parentPull Vim plugin submodules in separate target (diff)
downloaddotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.tar.gz
dotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.zip
Remove unnecessary null COMPREPLY assigns
Diffstat (limited to 'bash/bashrc.d/pass.bash')
-rw-r--r--bash/bashrc.d/pass.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/pass.bash b/bash/bashrc.d/pass.bash
index b39608ba..39240d9e 100644
--- a/bash/bashrc.d/pass.bash
+++ b/bash/bashrc.d/pass.bash
@@ -3,7 +3,6 @@ _pass()
{
# Bail if no pass(1)
if ! hash pass 2>/dev/null ; then
- COMPREPLY=()
return 1
fi