Fixed adding EXEEXT at the executable name - typo was in the way

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-05-17 23:45:29 +00:00
parent 90d43bc0f7
commit a24cc150a0

View file

@ -47,7 +47,7 @@ case $1 in
tool=$1; shift;;
esac
if [ -z "$EXEEXT" ]; then
if [ -n "$EXEEXT" ]; then
tool=$tool$EXEEXT
fi