cc-wrapper: expand response files

Fixes #11762
This commit is contained in:
David McFarland
2016-10-31 01:12:07 -03:00
parent 081ac25dc6
commit 1ad1edbb32
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ getVersion=0
nonFlagArgs=0
[[ "@prog@" = *++ ]] && isCpp=1 || isCpp=0
params=("$@")
expandResponseParams "$@"
n=0
while [ $n -lt ${#params[*]} ]; do
p=${params[n]}