mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
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:
parent
90d43bc0f7
commit
a24cc150a0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ case $1 in
|
|||
tool=$1; shift;;
|
||||
esac
|
||||
|
||||
if [ -z "$EXEEXT" ]; then
|
||||
if [ -n "$EXEEXT" ]; then
|
||||
tool=$tool$EXEEXT
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue