Removed useless check for EXEEXT being empty; removed comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-22 00:39:49 +00:00
parent 1ef278b2d4
commit c42f278f3c

View file

@ -143,9 +143,7 @@ if [ -z "$appname" ]; then
appname=$app
fi
if [ -n "$EXEEXT" ]; then
appname=$appname$EXEEXT
fi
appname="$appname$EXEEXT"
if [ $show_available_platforms = 1 ]; then
cd $full_appname
@ -213,7 +211,6 @@ else
fi
# Load up LD_LIBRARY_PATH
# this needs to be PATH on NT
. $GNUSTEP_SYSTEM_ROOT/Makefiles/ld_lib_path.sh
exec $full_appname/$relative_path "$@"