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

Reply via email to