Fix set tempdir grammar (#1695)

This commit is contained in:
Casey Rodarmor 2023-10-11 21:24:37 -07:00 committed by GitHub
parent 0c6484f3a9
commit d0c87c8ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ setting : 'set' 'allow-duplicate-recipes' boolean?
| 'set' 'ignore-comments' boolean?
| 'set' 'positional-arguments' boolean?
| 'set' 'shell' ':=' '[' string (',' string)* ','? ']'
| 'set' 'tempdir string
| 'set' 'tempdir ':=' string
| 'set' 'windows-powershell' boolean?
| 'set' 'windows-shell' ':=' '[' string (',' string)* ','? ']'