aboutsummaryrefslogtreecommitdiff
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
parentMerge branch 'release/v1.71.0' (diff)
downloaddotfiles-429924d0d96521fa0b8977182d79a374acc8c429.tar.gz
dotfiles-429924d0d96521fa0b8977182d79a374acc8c429.zip
Add missing ;; terminators
-rw-r--r--bash/bash_completion.d/eds.bash1
-rw-r--r--bash/bash_completion.d/keep.bash1
-rw-r--r--bash/bash_completion.d/man.bash1
-rw-r--r--bash/bash_completion.d/mysql.bash1
-rw-r--r--bash/bash_completion.d/pass.bash1
-rw-r--r--bash/bash_completion.d/path.bash1
-rw-r--r--bash/bash_completion.d/sd.bash1
-rw-r--r--bash/bash_completion.d/td.bash1
-rw-r--r--bash/bash_completion.d/ud.bash1
9 files changed, 9 insertions, 0 deletions
diff --git a/bash/bash_completion.d/eds.bash b/bash/bash_completion.d/eds.bash
index c4a9b9a9..7fd29ae0 100644
--- a/bash/bash_completion.d/eds.bash
+++ b/bash/bash_completion.d/eds.bash
@@ -22,6 +22,7 @@ _eds() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/keep.bash b/bash/bash_completion.d/keep.bash
index 5958aaf5..abe532f7 100644
--- a/bash/bash_completion.d/keep.bash
+++ b/bash/bash_completion.d/keep.bash
@@ -51,6 +51,7 @@ _keep() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/man.bash b/bash/bash_completion.d/man.bash
index 8e96abf7..d0d4f9b2 100644
--- a/bash/bash_completion.d/man.bash
+++ b/bash/bash_completion.d/man.bash
@@ -46,6 +46,7 @@ _man() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
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)
diff --git a/bash/bash_completion.d/pass.bash b/bash/bash_completion.d/pass.bash
index e697f5d1..f0f954db 100644
--- a/bash/bash_completion.d/pass.bash
+++ b/bash/bash_completion.d/pass.bash
@@ -34,6 +34,7 @@ _pass()
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/path.bash b/bash/bash_completion.d/path.bash
index 21180b1a..53d0c84d 100644
--- a/bash/bash_completion.d/path.bash
+++ b/bash/bash_completion.d/path.bash
@@ -37,6 +37,7 @@ _path() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/sd.bash b/bash/bash_completion.d/sd.bash
index c3690172..b0e44ca0 100644
--- a/bash/bash_completion.d/sd.bash
+++ b/bash/bash_completion.d/sd.bash
@@ -28,6 +28,7 @@ _sd() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/td.bash b/bash/bash_completion.d/td.bash
index f04a7984..7f43ebc1 100644
--- a/bash/bash_completion.d/td.bash
+++ b/bash/bash_completion.d/td.bash
@@ -21,6 +21,7 @@ _td() {
break
;;
esac
+ ;;
esac
done < <(bind -v)
diff --git a/bash/bash_completion.d/ud.bash b/bash/bash_completion.d/ud.bash
index eb038e12..7fa444e2 100644
--- a/bash/bash_completion.d/ud.bash
+++ b/bash/bash_completion.d/ud.bash
@@ -24,6 +24,7 @@ _ud() {
break
;;
esac
+ ;;
esac
done < <(bind -v)