To reset all variables set by GNUstep.sh, you should run /usr/GNUstep/System/Library/Makefiles/GNUstep-reset.sh
That will reset all variables set by GNUstep.sh. Once you have reset your environment, you can then source GNUstep.sh again with whatever new settings you want. ;-) Thanks -----Original Message----- From: Tima <[EMAIL PROTECTED]> Sent: Sat, January 20, 2007 8:36 am To: [email protected] Subject: GNUSTEP_PATHLIST in GNUstep.sh Hi, I've recenly installed Gentoo gnustep packages, if this is not the latest behavior please disregard. GNUstep.sh assigns the value of GNUSTEP_PATHLIST only once: if [ -z "$GNUSTEP_PATHLIST" ]; then GNUSTEP_PATHLIST=... fi Why is it so? I wanted to be able to switch between different GNUstep installations, there seems to be a file /etc/GNUstep/GNUStep.conf GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network designed just for that, I modify it and run GNUstep.sh again, but since GNUSTEP_PATHLIST does not change the switch is not completed. If I comment this if ... fi, GNUstep.sh picks up new root dir. What do I miss? Thank you, Tima _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
