From d756f4eafd5d9f5fb3125d88d6a8b703b3ab6078 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 11 May 2015 09:40:00 +0100 Subject: 35078: Add backslash quoting to parameter (b) flag from 35067. --- Src/zsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index b2ab1dfae..f6e08e28d 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -217,7 +217,7 @@ struct mathfunc { /* chars that need to be quoted for pattern matching */ -#define PATCHARS "#^*()|[]<>?~" +#define PATCHARS "#^*()|[]<>?~\\" /* * Types of quote. This is used in various places, so care needs -- cgit 1.4.1