func src.elv.sh/pkg/shell.setDir

3 uses

	src.elv.sh/pkg/shell (current package)
		paths.go#L28: 	setDir(&p.RunDir, "secure run directory", getSecureRunDir, stderr)
		paths.go#L33: 	setDir(&p.DataDir, "data directory", ensureDataDir, stderr)
		paths.go#L51: func setDir(p *string, what string, f func() (string, error), stderr io.Writer) {