mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
d329c3b6b7
commit
98bef1f9dc
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue