aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/man.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/man.bash')
-rw-r--r--bash/bashrc.d/man.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash
index 562b0625..f1762a01 100644
--- a/bash/bashrc.d/man.bash
+++ b/bash/bashrc.d/man.bash
@@ -18,7 +18,7 @@ _man() {
# Read completion results from a subshell and add them to the COMPREPLY
# array individually
- while IFS= read -d '' -r page ; do
+ while IFS= read -rd '' page ; do
COMPREPLY[${#COMPREPLY[@]}]=$page
done < <(