mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
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:
parent
fe5f087099
commit
108277e6f8
1 changed files with 1 additions and 1 deletions
|
@ -146,4 +146,4 @@ if [ -z "$full_toolname" ]; then
|
|||
fi
|
||||
|
||||
IFS=" "
|
||||
exec $full_toolname "$@"
|
||||
exec "$full_toolname" "$@"
|
||||
|
|
Loading…
Reference in a new issue