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/sd.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'bash/bash_completion.d/sd.bash') 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) -- cgit v1.2.3