aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:10:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:10:37 +1300
commit512f8f0e664cb4caad6dfc7f7c38971345e7e7ac (patch)
tree42a1539ee903bd3d29b55f8561206a0f596d2fc8
parentAdd a new issue (diff)
parentBump VERSION (diff)
downloaddotfiles-512f8f0e664cb4caad6dfc7f7c38971345e7e7ac.tar.gz
dotfiles-512f8f0e664cb4caad6dfc7f7c38971345e7e7ac.zip
Merge branch 'hotfix/v1.71.1' into develop
* hotfix/v1.71.1: Bump VERSION Add missing ;; terminators
-rw-r--r--VERSION4
-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
10 files changed, 11 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index e9dafe34..70358b58 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.71.0
-Mon Oct 29 21:39:22 UTC 2018
+tejr dotfiles v1.71.1
+Tue Oct 30 20:09:35 UTC 2018
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)