aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pass.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/pass.bash')
-rw-r--r--bash/bashrc.d/pass.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/pass.bash b/bash/bashrc.d/pass.bash
index 6c403d1c..a03b0887 100644
--- a/bash/bashrc.d/pass.bash
+++ b/bash/bashrc.d/pass.bash
@@ -47,7 +47,7 @@ _pass()
}
# Completion only has -o nospace in Bash >=3.0
-if ((${BASH_VERSINFO[0]} >= 3)) ; then
+if ((BASH_VERSINFO[0] >= 3)) ; then
complete -o filenames -o nospace -F _pass pass
else
complete -o filenames -F _pass pass