diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-06 14:45:05 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-06 14:45:05 +0100 |
commit | 9daa85fed4535baecc092133aab337bd27726ff2 (patch) | |
tree | 0629c28148d2944e49ecdacf1fa1424a0e17ea0a /rules/shell/RULES | |
parent | 02490fb528ed90702eb4b71917f33ec9aa894252 (diff) | |
parent | 2b07a15b20ed814f253ec3bc7f0ee089ccd066f2 (diff) | |
download | rules-cc-9daa85fed4535baecc092133aab337bd27726ff2.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/shell/RULES')
-rw-r--r-- | rules/shell/RULES | 44 |
1 files changed, 16 insertions, 28 deletions
diff --git a/rules/shell/RULES b/rules/shell/RULES index 29b670e..7f53a4b 100644 --- a/rules/shell/RULES +++ b/rules/shell/RULES @@ -116,44 +116,32 @@ } ] , [ "PATH" - , { "type": "reverse" + , { "type": "nub_left" , "$1": - { "type": "nub_right" + { "type": "++" , "$1": - { "type": "reverse" - , "$1": - { "type": "++" - , "$1": - [ {"type": "FIELD", "name": "PATH"} - , { "type": "let*" - , "bindings": [["provider", "PATH"]] - , "body": - {"type": "CALL_EXPRESSION", "name": "base-provides-++"} - } - ] + [ {"type": "FIELD", "name": "PATH"} + , { "type": "let*" + , "bindings": [["provider", "PATH"]] + , "body": + {"type": "CALL_EXPRESSION", "name": "base-provides-++"} } - } + ] } } ] , [ "bin dirs" - , { "type": "reverse" + , { "type": "nub_left" , "$1": - { "type": "nub_right" + { "type": "++" , "$1": - { "type": "reverse" - , "$1": - { "type": "++" - , "$1": - [ {"type": "FIELD", "name": "bin dirs"} - , { "type": "let*" - , "bindings": [["provider", "bin dirs"]] - , "body": - {"type": "CALL_EXPRESSION", "name": "base-provides-++"} - } - ] + [ {"type": "FIELD", "name": "bin dirs"} + , { "type": "let*" + , "bindings": [["provider", "bin dirs"]] + , "body": + {"type": "CALL_EXPRESSION", "name": "base-provides-++"} } - } + ] } } ] |