From 11b001ffafc1ad4123e75c380950542e6f788064 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 24 Dec 2015 11:05:46 +1300 Subject: Add missing case terminator --- bash/bashrc.d/prompt.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash') diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash index 12d68417..e437b9a5 100644 --- a/bash/bashrc.d/prompt.bash +++ b/bash/bashrc.d/prompt.bash @@ -262,6 +262,8 @@ prompt() { *) printf '%s: Unknown command %s\n' "$FUNCNAME" "$1" >&2 return 2 + ;; + esac } -- cgit v1.2.3