summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/RULES6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/RULES b/shell/RULES
index 3175c34..41530a2 100644
--- a/shell/RULES
+++ b/shell/RULES
@@ -255,7 +255,11 @@
, "then":
{ "type": "singleton_map"
, "key": "PATH"
- , "value": {"type": "var", "name": "PATH"}
+ , "value":
+ { "type": "join"
+ , "separator": ":"
+ , "$1": {"type": "var", "name": "PATH"}
+ }
}
, "else": {"type": "empty_map"}
}