Allow export "foo"="bar" in 2140
This commit is contained in:
parent
bff5d11566
commit
30c0c1f27d
|
@ -1740,7 +1740,7 @@ checkInexplicablyUnquoted _ (T_NormalWord id tokens) = mapM_ check (tails tokens
|
|||
case trapped of
|
||||
T_DollarExpansion id _ -> warnAboutExpansion id
|
||||
T_DollarBraced id _ -> warnAboutExpansion id
|
||||
T_Literal id s -> unless (s == "/") $ warnAboutLiteral id
|
||||
T_Literal id s -> unless (s == "/" || s == "=") $ warnAboutLiteral id
|
||||
_ -> return ()
|
||||
|
||||
check _ = return ()
|
||||
|
|
Loading…
Reference in New Issue