Fixed typo preventing GNUstep.csh from running to completion

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 02:31:17 +00:00
parent dfd13b9b01
commit a95cc28db6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>,
* GNUstep.csh.in: Fixed bug in setting GUILE_LOAD_PATH.
2007-02-13 Adam Fedor <fedor@gnu.org>,
Nicola Pero <nicola.pero@meta-innovation.com>,

View file

@ -209,7 +209,7 @@ unset gnustep_class_path
set gnustep_guile_path="${GNUSTEP_USER_ROOT}/Library/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Library/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Library/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Library/Libraries/Guile"
if ( ${?GUILE_LOAD_PATH} ) then
if ( ! ${?GUILE_LOAD_PATH} ) then
setenv GUILE_LOAD_PATH "${gnustep_guile_path}"
else if ( { (echo "${GUILE_LOAD_PATH}" | fgrep -v "${gnustep_guile_path}" >/dev/null) } ) then
setenv GUILE_LOAD_PATH "${gnustep_guile_path}:${GUILE_LOAD_PATH}"