Catonano <[email protected]> writes: >> 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 > > But "trytond-admin" has to be called finally. Doesn't this require a shell > anyway ?
No, it actually doesn’t. There are different ways to execute programs, and only one of them is to spawn a shell and have the shell handle the execution. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net
