Re: Environmental craziness due to GNUstep.sh
Chris Vetter <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On 2006-04-21 05:02:57 +0200 David Kruszewski <[email protected]> wrote: [....] > This file GNUstep.sh doesn't seem to be working as it should! It > is part of the gnustep makefile package, and doesn't seem to be > working at > all 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