clang-tools: fix substitution in wrapper
This commit is contained in:
parent
987878d221
commit
1caddbe258
@ -6,7 +6,7 @@ buildcpath() {
|
||||
case $1 in
|
||||
-isystem)
|
||||
shift
|
||||
path=$path${path':'}$1
|
||||
path=$path${path:+':'}$1
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user