From ae79d264a3fd989713f6c7413c5096151413f284 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 3 Sep 2008 03:12:01 +0000 Subject: 25600: fix incorrect pattern introduced by 25059. --- Functions/Prompts/prompt_bart_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Prompts') diff --git a/Functions/Prompts/prompt_bart_setup b/Functions/Prompts/prompt_bart_setup index a71bf2deb..55dd292e8 100644 --- a/Functions/Prompts/prompt_bart_setup +++ b/Functions/Prompts/prompt_bart_setup @@ -70,7 +70,7 @@ integer PSCOL=1 prompt_bart_precmd () { setopt localoptions noxtrace noksharrays unset - local zero='%([BSUbfksu]|FB{*})' escape colno lineno + local zero='%([BSUbfksu]|[FB]{*})' escape colno lineno # Using psvar here protects against unwanted promptsubst expansions. -- cgit 1.4.1