Fix quoting problem.

This commit is contained in:
Laurence Withers 2006-08-01 13:50:04 +01:00
parent bc7bd989d4
commit 2299d6abd6
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ else
targets="$@" targets="$@"
fi fi
for func in "${targets}" for func in ${targets}
do do
case ${func} in case ${func} in
clean) clean)