|
From: | Chris Vetter |
Subject: | Re: Environmental craziness due to GNUstep.sh |
Date: | Fri, 21 Apr 2006 17:15:28 +0200 |
[....]
This file GNUstep.sh doesn't seem to be working as it should! Itis part of the gnustep makefile package, and doesn't seem to be working atall well! HELP.
Looks like you're running GNUstep.sh (by simply calling it) instead of sourcing it in via
$ . /path/to/GNUstep.sh Note the leading '. ' (dot space) -- the $ denotes your shell prompt.This will execute GNUstep.sh and merge the environment variables set in the script with the ones you already have set.
-- Chris
[Prev in Thread] | Current Thread | [Next in Thread] |