diff options
author | Christian Lütke Stetzkamp <christian@lkamp.de> | 2022-10-27 12:48:47 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-10-27 14:48:22 +0200 |
commit | fab3d562121e80290004c37a262dc5c0515652ed (patch) | |
tree | 5b64655ed6303c2c86379b691d4e03c2fee27af9 | |
parent | f24419a7cb95a38a4fe66b8c86b7cc059ebb8975 (diff) | |
download | rules-cc-fab3d562121e80290004c37a262dc5c0515652ed.tar.gz |
rules: Honor ENV for finding cat
-rw-r--r-- | CC/auto/RULES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/auto/RULES b/CC/auto/RULES index 3735381..ab1e689 100644 --- a/CC/auto/RULES +++ b/CC/auto/RULES @@ -854,6 +854,7 @@ } ] , "outs": [{"type": "var", "name": "outname"}] + , "env": {"type": "var", "name": "ENV"} } ] , [ "outfile" |