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:
Nicola Pero 2002-02-22 18:09:22 +00:00
parent 6d347c0dc7
commit b1cfec993c

View file

@ -97,5 +97,5 @@ if [ ! -f $full_appname/$appname ]; then
fi
IFS=" "
$full_appname/$appname $@
$full_appname/$appname "$@"