summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 9671ff97f4..7b3d2e6a7b 100644
--- a/parse.y
+++ b/parse.y
@@ -2934,7 +2934,7 @@ regx_options()
enum string_type {
str_squote = (0),
str_dquote = (STR_FUNC_EXPAND),
- str_xquote = (STR_FUNC_ESCAPE|STR_FUNC_EXPAND),
+ str_xquote = (STR_FUNC_EXPAND),
str_regexp = (STR_FUNC_REGEXP|STR_FUNC_ESCAPE|STR_FUNC_EXPAND),
str_sword = (STR_FUNC_QWORDS),
str_dword = (STR_FUNC_QWORDS|STR_FUNC_EXPAND),