mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
clang-tools: fix substitution in wrapper
(cherry picked from commit 1caddbe258)
This commit is contained in:
@@ -6,7 +6,7 @@ buildcpath() {
|
||||
case $1 in
|
||||
-isystem)
|
||||
shift
|
||||
path=$path${path':'}$1
|
||||
path=$path${path:+':'}$1
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user