clang-tools: fix substitution in wrapper

This commit is contained in:
Jörg Thalheim 2019-12-01 17:11:21 +00:00
parent 987878d221
commit 1caddbe258
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -6,7 +6,7 @@ buildcpath() {
case $1 in
-isystem)
shift
path=$path${path':'}$1
path=$path${path:+':'}$1
esac
shift
done