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 28484761..47f9effe 100644
--- a/bash/bashrc.d/pass.bash
+++ b/bash/bashrc.d/pass.bash
@@ -14,7 +14,7 @@ _pass()
# and filter them down to the ones matching the completing word (compgen
# doesn't seem to do this properly with a null delimiter)
local entry
- while IFS= read -d '' -r entry ; do
+ while IFS= read -rd '' entry ; do
COMPREPLY[${#COMPREPLY[@]}]=$entry
done < <(