mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Quote the arguments when executing the app
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d347c0dc7
commit
b1cfec993c
1 changed files with 1 additions and 1 deletions
|
@ -97,5 +97,5 @@ if [ ! -f $full_appname/$appname ]; then
|
|||
fi
|
||||
|
||||
IFS=" "
|
||||
$full_appname/$appname $@
|
||||
$full_appname/$appname "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue