diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-30 16:38:21 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-30 16:38:21 +0100 |
commit | 5b820def58f4d4ec30f0b3e4e8db49ce1fef8dd9 (patch) | |
tree | c822a583b74cddd3aaf612a158f54971e9084c17 /rules/CC/foreign/make/EXPRESSIONS | |
parent | 1f8e8d060c0c554f4374351d350bf3d661126579 (diff) | |
parent | a4256c55038013be9fb3fbfe0f2e139609bc0504 (diff) | |
download | rules-cc-5b820def58f4d4ec30f0b3e4e8db49ce1fef8dd9.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/foreign/make/EXPRESSIONS')
-rw-r--r-- | rules/CC/foreign/make/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/foreign/make/EXPRESSIONS b/rules/CC/foreign/make/EXPRESSIONS index b03e056..5556f20 100644 --- a/rules/CC/foreign/make/EXPRESSIONS +++ b/rules/CC/foreign/make/EXPRESSIONS @@ -256,7 +256,7 @@ , { "type": "join_cmd" , "$1": [{"type": "var", "name": "PATH"}] } - , ")\":$PATH" + , ")${PATH:+:}${PATH}\"" ] } ] |