summaryrefslogtreecommitdiff
path: root/EXPRESSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'EXPRESSIONS')
-rw-r--r--EXPRESSIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/EXPRESSIONS b/EXPRESSIONS
index b974026..0c1f611 100644
--- a/EXPRESSIONS
+++ b/EXPRESSIONS
@@ -126,7 +126,7 @@
, "expression":
{ "type": "map_union"
, "$1":
- [ {"type": "singleton_map", "key": "PATH", "value": "/bin:/usr/bin"}
+ [ {"type": "'", "$1": {"PATH": "/bin:/usr/bin"}}
, {"type": "var", "name": "ENV", "default": {"type": "empty_map"}}
]
}