mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed typo in GUILE_LOAD_PATH
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5766caaba9
commit
b947b9fbeb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-09 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* GNUstep.csh.in: Fixed typo in GUILE_LOAD_PATH.
|
||||
|
||||
2007-01-09 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* GNUstep.sh.in: Rename variable/fix paste error.
|
||||
|
|
|
@ -207,7 +207,7 @@ endif
|
|||
|
||||
unset gnustep_class_path
|
||||
|
||||
set gnustep_guile_path="${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Libraries/Guile"
|
||||
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
|
||||
setenv GUILE_LOAD_PATH "${gnustep_guile_path}"
|
||||
|
|
Loading…
Reference in a new issue