Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24610 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-16 17:47:51 +00:00
parent 852c9e219f
commit 2bfa29dd89
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-16 Nicola Pero <nicola.pero@meta-innovation.com>
* filesystem.csh.in: Fixed typo (GNUSTEP_SYSTEM_ROOT instead of
GNUSTEP_SYSTEM_APPS).
2007-02-16 Adam Fedor <fedor@gnu.org>
* Instance/Documentation/latex.make: Add correct extension to target.

View file

@ -29,7 +29,7 @@
#
# SYSTEM domain
#
if ( ! ${?GNUSTEP_SYSTEM_ROOT} ) then
if ( ! ${?GNUSTEP_SYSTEM_APPS} ) then
setenv GNUSTEP_SYSTEM_APPS "@GNUSTEP_SYSTEM_APPS@"
endif
if ( ! ${?GNUSTEP_SYSTEM_TOOLS} ) then