aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/mysql.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:09:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:09:22 +1300
commit429924d0d96521fa0b8977182d79a374acc8c429 (patch)
tree16fcb441accdbec73a3766107853462b88156bdf /bash/bash_completion.d/mysql.bash
parentMerge branch 'release/v1.71.0' (diff)
downloaddotfiles-429924d0d96521fa0b8977182d79a374acc8c429.tar.gz
dotfiles-429924d0d96521fa0b8977182d79a374acc8c429.zip
Add missing ;; terminators
Diffstat (limited to 'bash/bash_completion.d/mysql.bash')
-rw-r--r--bash/bash_completion.d/mysql.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/mysql.bash b/bash/bash_completion.d/mysql.bash
index d3cc1e7b..3c1afa90 100644
--- a/bash/bash_completion.d/mysql.bash
+++ b/bash/bash_completion.d/mysql.bash
@@ -30,6 +30,7 @@ _mysql() {
break
;;
esac
+ ;;
esac
done < <(bind -v)