Re: GFORTHPATH alternative?
Anton Ertl <anton-8NJIiSa5LzB3ZGU3T6kWFyEcasqEdqbRs2V0tQ3P5b8@public.gmane.org>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 28, 2018 at 04:14:16PM -0500, Reepca Russelstein wrote: > It seems that GFORTHPATH, if set, supersedes the install-time > configured places to search for forth source and image files, > including, for example, the current directory. But I just want to > specify additional places to search. Is there a way to do this? export GFORTHPATH=`gforth -e ".fpath bye"|sed 's/ /:/'g`/mypath/first:/mypath/second - anton