Fix quoting problem.
This commit is contained in:
parent
bc7bd989d4
commit
2299d6abd6
|
@ -261,7 +261,7 @@ else
|
|||
targets="$@"
|
||||
fi
|
||||
|
||||
for func in "${targets}"
|
||||
for func in ${targets}
|
||||
do
|
||||
case ${func} in
|
||||
clean)
|
||||
|
|
Loading…
Reference in New Issue