clang-tools: fix substitution in wrapper

(cherry picked from commit 1caddbe258)
This commit is contained in:
Jörg Thalheim
2019-12-01 17:11:21 +00:00
parent bf36ec63c0
commit fd3068bdd7

View File

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