Some optimizations of applications startup scripts

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-04 22:55:24 +00:00
parent 51a8aa636c
commit ddf19f3ffa

View file

@ -1,3 +1,12 @@
Sat Oct 5 00:50:41 2002 Nicola Pero <n.pero@mi.flashnet.it>
* executable.template.in (app): Do not run a sed subprocess to
remove / at the end of name. Do not run a sed subprocess to
remove .app at the end of the name. Run a basename subprocess
only if the executable name can't be determined from the
Info-gnustep.plist. Rewritten a comparison against basename $app,
no longer meaningful, to be against $0.
Sat Oct 5 00:28:02 2002 Nicola Pero <n.pero@mi.flashnet.it>
* openapp.in: Removed aesthetical semicolon.