diff --git a/src/parser/lexer.c b/src/parser/lexer.c index e4faa30887043c0583ea60afb8d34f09cd3214a8..caebc7b33518bd997f0d96670b8546538aab4c46 100644 --- a/src/parser/lexer.c +++ b/src/parser/lexer.c @@ -70,8 +70,8 @@ static const s_quote quotes[] = {"'", 1, "'", 1}, {"`", 1, "`", 1}, {"${", 2, "}", 1}, - {"$(", 2, ")", 1}, {"$((", 2, "))", 2}, + {"$(", 2, ")", 1}, {NULL, 0, NULL, 0}, };