Removed aesthetical semicolon in openapp.in

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14646 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-04 22:31:07 +00:00
parent d329c3b6b7
commit 98bef1f9dc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Oct 5 00:28:02 2002 Nicola Pero <n.pero@mi.flashnet.it>
* openapp.in: Removed aesthetical semicolon.
Fri Oct 4 14:45:53 2002 Nicola Pero <n.pero@mi.flashnet.it>
* configure.ac (clean_target_os, clean_target_cpu,

View file

@ -139,7 +139,7 @@ fi
# get base app name
if [ -z "$appname" ]; then
appname=`echo $app | sed 's/\.[a-z]*$//'`
fi;
fi
appname=`basename $appname`
if [ -n "$GNUSTEP_FLATTENED" ]; then