aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/mysql.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/mysql.bash')
-rw-r--r--bash/bashrc.d/mysql.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/mysql.bash b/bash/bashrc.d/mysql.bash
index 6575e096..34debb1c 100644
--- a/bash/bashrc.d/mysql.bash
+++ b/bash/bashrc.d/mysql.bash
@@ -34,7 +34,7 @@ _mysql() {
# Return the names of the .cnf files sans prefix as completions
local db
- while IFS= read -d '' -r db ; do
+ while IFS= read -rd '' db ; do
COMPREPLY[${#COMPREPLY[@]}]=$db
done < <(