Hi Danny,thanks for your help2018-01-14 11:43 GMT+01:00 Danny Milosavljevic <dannym@scratchpost.org>:Hi Catonano,
On Sun, 14 Jan 2018 08:21:10 +0100
Catonano <catonano@gmail.com> wrote:
Ah, the spaces :-/
TRYTOPASSILE = /gnu/store/some-hash-passfile
^ ^
You'd need to remove those. But even better instead do the following:
I'd just call (setenv "/gnu/store/some-hash-passfile") instead of starting a whole shell (it's a waste and increases the attach surface for no reason to use a shell here). I can certainly do like you suggest. It's cleaner