Fixed typo in executable-template.in

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24580 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-15 00:16:46 +00:00
parent 790db5dbce
commit ee642277e4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-02-15 Nicola Pero <nicola.pero@meta-innovation.com>
* executable.template.in (full_appname): Fixed typo.
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* executable.template.in: Updated for new filesystem structure.

View file

@ -139,7 +139,7 @@ dir="`dirname \"$this_script\"`"
# Find the absolute path of the directory. This will be something like
# /home/nicola/testing/Applications/Gorm.app
full_appname="`(cd \"$dir\"; pwd)`";;
full_appname="`(cd \"$dir\"; pwd)`"
if [ -z "$full_appname" ]; then
echo "Can't find absolute path for $this_script! Please specify full path when"