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…
x
Reference in New Issue
Block a user