mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Export GNUSTEP_USER_ROOT after setting it
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afd1d69f43
commit
139fdd2df4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-14 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUstep.sh.in: Export GNUSTEP_USER_ROOT after setting it (Bug
|
||||
reported by Fred Kiefer <fredkiefer@gmx.de>).
|
||||
|
||||
2005-10-13 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUstep.sh.in: Read system, local, network, user paths from
|
||||
|
|
|
@ -150,6 +150,8 @@ case "$GNUSTEP_USER_DIR" in
|
|||
GNUSTEP_USER_ROOT="$GNUSTEP_HOME/$GNUSTEP_USER_DIR";;
|
||||
esac
|
||||
|
||||
export GNUSTEP_USER_ROOT
|
||||
|
||||
# No longer needed
|
||||
unset GNUSTEP_HOME
|
||||
|
||||
|
|
Loading…
Reference in a new issue