Re: Gforth for Android can't unpack its files or read .gforthrc
Ethan Gardener <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <1545933122.1232947.1619340784.434A9CDA@webmail.messagingengine.com> |
On Thu, Dec 27, 2018, at 2:02 PM, Bernd Paysan wrote: > > Now Gforth doesn't read /sdcard/gforth/home/.gforthrc . Its file permissions > > are rw-rw----, comparable to gforth's own directories rwxrwx---. > > We changed that to be .config/gforthrc (as usual under Linux nowadays). Oh. Well, I guess I can move the file easily enough. Can I still include files in the home dir without a path? Checking... Yes from the terminal, but needs a ../ in gforthrc. Ok, I'm happy with that.