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 | 2b07a15b20ed814f253ec3bc7f0ee089ccd066f2 (patch) | |
tree | 9f82bf2e8ee68092eac3431b3423217ddfb531b6 /CC/EXPRESSIONS | |
parent | 5803ce704eb9cf9c30235e82856ed738486256e1 (diff) | |
parent | 1e099fbbb5648177ceded11a7a56e6ca9e9103ac (diff) | |
download | rules-cc-2b07a15b20ed814f253ec3bc7f0ee089ccd066f2.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/EXPRESSIONS')
-rw-r--r-- | CC/EXPRESSIONS | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index fe6f9cb..c616dfa 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -2829,16 +2829,8 @@ } ] } - , "cmd": - [ "sh" - , "-c" - , { "type": "join" - , "$1": - [ "cd work && " - , {"type": "join_cmd", "$1": {"type": "var", "name": "cmd"}} - ] - } - ] + , "cmd": {"type": "var", "name": "cmd"} + , "cwd": "work" , "env": {"type": "var", "name": "ENV"} } ] |