Quote full_toolname

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13245 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-03-26 17:37:24 +00:00
parent fe5f087099
commit 108277e6f8

View file

@ -146,4 +146,4 @@ if [ -z "$full_toolname" ]; then
fi
IFS=" "
exec $full_toolname "$@"
exec "$full_toolname" "$@"