From 429924d0d96521fa0b8977182d79a374acc8c429 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 31 Oct 2018 09:09:22 +1300 Subject: Add missing ;; terminators --- bash/bash_completion.d/eds.bash | 1 + bash/bash_completion.d/keep.bash | 1 + bash/bash_completion.d/man.bash | 1 + bash/bash_completion.d/mysql.bash | 1 + bash/bash_completion.d/pass.bash | 1 + bash/bash_completion.d/path.bash | 1 + bash/bash_completion.d/sd.bash | 1 + bash/bash_completion.d/td.bash | 1 + bash/bash_completion.d/ud.bash | 1 + 9 files changed, 9 insertions(+) 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) -- cgit v1.2.3