mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
clang-tools: fix substitution in wrapper
This commit is contained in:
parent
987878d221
commit
1caddbe258
|
@ -6,7 +6,7 @@ buildcpath() {
|
||||||
case $1 in
|
case $1 in
|
||||||
-isystem)
|
-isystem)
|
||||||
shift
|
shift
|
||||||
path=$path${path':'}$1
|
path=$path${path:+':'}$1
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue